[Checkins] SVN: grokproject/trunk/ we don't depend on zope.testing for the tests anymore

Vincent Fretin vincent.fretin at gmail.com
Sat Feb 19 10:53:21 EST 2011


Log message for revision 120445:
  we don't depend on zope.testing for the tests anymore

Changed:
  U   grokproject/trunk/buildout.cfg
  U   grokproject/trunk/setup.py

-=-
Modified: grokproject/trunk/buildout.cfg
===================================================================
--- grokproject/trunk/buildout.cfg	2011-02-19 13:58:38 UTC (rev 120444)
+++ grokproject/trunk/buildout.cfg	2011-02-19 15:53:21 UTC (rev 120445)
@@ -1,14 +1,14 @@
 [buildout]
 newest = false
 develop = .
-parts = grokproject
-        test
+parts =
+    grokproject
+    test
 
 [grokproject]
 recipe = zc.recipe.egg
 eggs = grokproject
-       PasteScript
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = grokproject[tests]
+eggs = grokproject

Modified: grokproject/trunk/setup.py
===================================================================
--- grokproject/trunk/setup.py	2011-02-19 13:58:38 UTC (rev 120444)
+++ grokproject/trunk/setup.py	2011-02-19 15:53:21 UTC (rev 120445)
@@ -37,7 +37,6 @@
     include_package_data=True,
     zip_safe=False,
     install_requires=['PasteScript>=1.6'],
-    extras_require=dict(tests=['zope.testing',]),
     test_suite='tests.test_suite',
     entry_points={
         'console_scripts': ['grokproject = grokproject:main'],



More information about the checkins mailing list