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

Skip to content

Commit cee81f8

Browse files
committed
Don't install the KnownFailure nosetest plugin as a pkg_resources entry_point, as it can, under some circumstances, conflict with the one in IPython. This means that the supported method to run the tests is from the tests.py script or import matplotlib; matplotlib.test().
1 parent c371e63 commit cee81f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,4 @@
229229
# check for zip safety.
230230
zip_safe=False,
231231

232-
# Install our nose plugin so it will always be found
233-
entry_points={
234-
'nose.plugins.0.10': [
235-
'KnownFailure = matplotlib.testing.noseclasses:KnownFailure'
236-
]
237-
},
238232
)

0 commit comments

Comments
 (0)