Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make sure nose is only imported when needed #6923
Conversation
mdboom
added the
needs_review
label
Aug 8, 2016
|
|
astrofrog
referenced
this pull request
in matplotlib/pytest-mpl
Aug 8, 2016
Closed
Remove dependency on nose package #28
|
I have changed |
|
I am going to merge and backport this to 2.x as #6920 needs a rebase anyway. |
tacaswell
merged commit 771707f
into matplotlib:master
Aug 13, 2016
tacaswell
removed the
needs_review
label
Aug 13, 2016
tacaswell
added a commit
that referenced
this pull request
Aug 13, 2016
|
|
tacaswell |
48dedc4
|
|
backported to v2.x as 48dedc4 |
tacaswell
added this to the
2.0 (style change major release)
milestone
Aug 13, 2016
arafune
added a commit
to arafune/matplotlib
that referenced
this pull request
Aug 18, 2016
|
|
arafune |
fb987ae
|
QuLogic
added the
Testing
label
Sep 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
astrofrog commentedAug 8, 2016
This allows other functions/classes here to be used by pytest-based testing suites (e.g. pytest-mpl) without requiring nose to be installed.