Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pytest documentation + build tweaks #8026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 20, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove multiprocess nose stuff.
  • Loading branch information
QuLogic committed Feb 16, 2017
commit 50eaad6036dc8bd76d0a3939067942345d03467c
2 changes: 0 additions & 2 deletions lib/matplotlib/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

from matplotlib.testing import setup

_multiprocess_can_split_ = True


# Check that the test directories exist
if not os.path.exists(os.path.join(
Expand Down
3 changes: 0 additions & 3 deletions lib/mpl_toolkits/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
import os


_multiprocess_can_split_ = True


# Check that the test directories exist
if not os.path.exists(os.path.join(
os.path.dirname(__file__), 'baseline_images')):
Expand Down