[Checkins] SVN: zope.interface/branches/regebro-python3/s Misspelling fix

Lennart Regebro regebro at gmail.com
Mon Mar 30 14:10:36 EDT 2009


Log message for revision 98610:
  Misspelling fix

Changed:
  U   zope.interface/branches/regebro-python3/setup.py
  U   zope.interface/branches/regebro-python3/src/zope/interface/tests/foodforthought.txt

-=-
Modified: zope.interface/branches/regebro-python3/setup.py
===================================================================
--- zope.interface/branches/regebro-python3/setup.py	2009-03-30 18:10:04 UTC (rev 98609)
+++ zope.interface/branches/regebro-python3/setup.py	2009-03-30 18:10:35 UTC (rev 98610)
@@ -55,7 +55,7 @@
         namespace_packages=["zope"],
         include_package_data = True,
         zip_safe = False,
-        tests_require = ['zope.testing'],
+        tests_require = [],
         install_requires = ['setuptools'],
         extras_require={'docs': ['z3c.recipe.sphinxdoc']},
         features = {'codeoptimization': codeoptimization}
@@ -113,7 +113,6 @@
         print >> sys.stderr, '*' * 80
     
 
-
 setup(name='zope.interface',
       version = '3.5.2dev',
       url='http://pypi.python.org/pypi/zope.interface',
@@ -126,4 +125,5 @@
       packages = ['zope', 'zope.interface'],
       package_dir = {'': 'src'},
       cmdclass = {'build_ext': optional_build_ext},
+      test_suite = 'zope.interface.tests',
       **extra)

Modified: zope.interface/branches/regebro-python3/src/zope/interface/tests/foodforthought.txt
===================================================================
--- zope.interface/branches/regebro-python3/src/zope/interface/tests/foodforthought.txt	2009-03-30 18:10:04 UTC (rev 98609)
+++ zope.interface/branches/regebro-python3/src/zope/interface/tests/foodforthought.txt	2009-03-30 18:10:35 UTC (rev 98610)
@@ -51,7 +51,7 @@
     >>> meals = list(registry.subscriptions([IChicken], IRecipe))
     >>> meals.sort()
     >>> meals
-    ['kfdc', 'noodles', 'sausages']
+    ['kfc', 'noodles', 'sausages']
 
 And the answer for poultry hasn't changed::
 



More information about the Checkins mailing list