Revision: 7644
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7644&view=rev
Author: astraw
Date: 2009-09-06 01:42:43 +0000 (Sun, 06 Sep 2009)
Log Message:
-----------
testing: install KnownFailure nose plugin if using setuptools
Modified Paths:
--------------
trunk/matplotlib/setupegg.py
Modified: trunk/matplotlib/setupegg.py
===================================================================
--- trunk/matplotlib/setupegg.py 2009-09-06 01:42:36 UTC (rev 7643)
+++ trunk/matplotlib/setupegg.py 2009-09-06 01:42:43 UTC (rev 7644)
@@ -5,4 +5,9 @@
from setuptools import setup
execfile('setup.py',
{'additional_params' :
- {'namespace_packages' : ['mpl_toolkits']}})
+ {'namespace_packages' : ['mpl_toolkits'],
+ 'entry_points': {'nose.plugins':
+ [
+ 'KnownFailure = matplotlib.testing.noseclasses:KnownFailure',
+ ]
+ }}})
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins