[Checkins] SVN: DateTime/trunk/ Make 'python setup.py test' work.

Tres Seaver tseaver at palladion.com
Sat May 1 12:54:02 EDT 2010


Log message for revision 111843:
  Make 'python setup.py test' work.

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

-=-
Modified: DateTime/trunk/buildout.cfg
===================================================================
--- DateTime/trunk/buildout.cfg	2010-05-01 16:34:48 UTC (rev 111842)
+++ DateTime/trunk/buildout.cfg	2010-05-01 16:54:01 UTC (rev 111843)
@@ -1,6 +1,7 @@
 [buildout]
 develop = .
 parts = test
+unzip = true
 
 [test]
 recipe = zc.recipe.testrunner

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2010-05-01 16:34:48 UTC (rev 111842)
+++ DateTime/trunk/setup.py	2010-05-01 16:54:01 UTC (rev 111843)
@@ -33,7 +33,8 @@
 
       install_requires=['zope.interface',
                         'pytz <= 2010b',
-                        ],
+                       ],
       include_package_data=True,
+      test_suite='DateTime.tests.testDateTime.test_suite',
       zip_safe=False,
       )



More information about the checkins mailing list