Skip to content

Commit

Permalink
Don't test all of Zope2 please
Browse files Browse the repository at this point in the history
zc.recipe.testrunner runs the tests for all packages listed in the
`eggs` option in the buildout recipe section, but not their dependencies.
  • Loading branch information
mgedmin committed Nov 18, 2015
1 parent b278dcf commit f9591bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ parts = test
[test]
recipe = zc.recipe.testrunner
eggs =
z3c.jbot
Zope2
z3c.jbot[test]
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
'zope.security',
'zope.publisher',
],
extras_require={
'test': ['Zope2'],
},
entry_points="""
[z3c.autoinclude.plugin]
target = plone
Expand Down

0 comments on commit f9591bd

Please sign in to comment.