Skip to content

Commit

Permalink
renamed 'tests' extra to 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lotze committed Sep 19, 2010
1 parent 25975b5 commit ff21841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ parts = test

[test]
recipe = zc.recipe.testrunner
eggs = zope.publisher[tests]
eggs = zope.publisher[test]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'zope.proxy',
'zope.security',
],
extras_require={'tests': ['zope.testing']},
extras_require={'test': ['zope.testing']},
include_package_data=True,

zip_safe=False,
Expand Down

0 comments on commit ff21841

Please sign in to comment.