Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e909bd commit 0495f31Copy full SHA for 0495f31
1 file changed
setupegg.py
@@ -5,4 +5,9 @@
5
from setuptools import setup
6
execfile('setup.py',
7
{'additional_params' :
8
- {'namespace_packages' : ['mpl_toolkits']}})
+ {'namespace_packages' : ['mpl_toolkits'],
9
+ 'entry_points': {'nose.plugins':
10
+ [
11
+ 'KnownFailure = matplotlib.testing.noseclasses:KnownFailure',
12
+ ]
13
+ }}})
0 commit comments