[Checkins] SVN: BTrees/branches/pure_python/ Get all testing dependencies in 'setup.py dev'.

Tres Seaver cvs-admin at zope.org
Mon Oct 22 15:17:26 UTC 2012


Log message for revision 128129:
  Get all testing dependencies in 'setup.py dev'.

Changed:
  _U  BTrees/branches/pure_python/
  U   BTrees/branches/pure_python/setup.py

-=-
Modified: BTrees/branches/pure_python/setup.py
===================================================================
--- BTrees/branches/pure_python/setup.py	2012-10-22 14:28:21 UTC (rev 128128)
+++ BTrees/branches/pure_python/setup.py	2012-10-22 15:17:22 UTC (rev 128129)
@@ -144,7 +144,7 @@
       extras_require = {
         'test': TESTS_REQUIRE,
         'ZODB': ['ZODB3'],
-        'testing': ['nose', 'coverage'],
+        'testing': TESTS_REQUIRE + ['nose', 'coverage'],
         'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
       },
       test_suite="BTrees.tests",



More information about the checkins mailing list