Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
- Added test extra to declare test dependency on zope.testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 16, 2010
1 parent 00bbfbf commit 9d9d1ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CHANGES
3.5.3 (unreleased)
------------------

- Nothing changed yet.
- Added test extra to declare test dependency on `zope.testing`.


3.5.2 (2010-07-08)
Expand All @@ -23,7 +23,7 @@ CHANGES
3.5.0 (2009-05-21)
------------------

- Factor out ObjectInterfacesVocabulary into zope.componentvocabulary.
- Factor out ObjectInterfacesVocabulary into `zope.componentvocabulary`.

- Remove various test dependencies.

Expand Down
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.app.interface
eggs = zope.app.interface [test]
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ def read(*rnames):
'zope.componentvocabulary',
'zope.security',
],
extras_require=dict(test=[
'zope.testing',
]),
include_package_data = True,
zip_safe = False,
)

0 comments on commit 9d9d1ec

Please sign in to comment.