Skip to content

Commit

Permalink
Correct dependency for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Feb 27, 2013
1 parent 82c10a6 commit 5f490cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildout.cfg
Expand Up @@ -3,6 +3,7 @@ develop = .
../zope.app.wsgi
../zope.app.appsetup
../zope.app.publication
../zope.testbrowser.svn
../ZODB
parts = python test coverage-test coverage-report
versions = versions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@ def read(*rnames):
package_dir={'': 'src'},
namespace_packages=['zope', 'zope.app'],
extras_require=dict(
test=['zope.app.wsgi >= 3.9.0',
test=['zope.app.wsgi[testbrowser] >= 3.9.0',
'zope.browserpage',
'zope.component',
'zope.login',
Expand Down

0 comments on commit 5f490cc

Please sign in to comment.