Skip to content

Commit 50eaad6

Browse files
committed
Remove multiprocess nose stuff.
1 parent 25192ea commit 50eaad6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/matplotlib/tests/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
from matplotlib.testing import setup
1010

11-
_multiprocess_can_split_ = True
12-
1311

1412
# Check that the test directories exist
1513
if not os.path.exists(os.path.join(

lib/mpl_toolkits/tests/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
import os
55

66

7-
_multiprocess_can_split_ = True
8-
9-
107
# Check that the test directories exist
118
if not os.path.exists(os.path.join(
129
os.path.dirname(__file__), 'baseline_images')):

0 commit comments

Comments
 (0)