Skip to content

Commit

Permalink
Add an upper bound for zope.testbrowser until we ported z3c.etestbrow…
Browse files Browse the repository at this point in the history
…ser to the new API.
  • Loading branch information
florianpilz committed Sep 30, 2016
1 parent c40a688 commit 5e62302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ eggs = z3c.etestbrowser [test]
zope.traversing = >= 4.0dev
zope.publisher = >= 4.0dev
zope.i18n = >= 4.0dev
zope.testbrowser = >= 4.0, < 5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_test_requires():
install_requires=[
'setuptools',
'lxml >= 2.2',
'zope.testbrowser >= 4.0',
'zope.testbrowser >= 4.0, < 5.0',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 5e62302

Please sign in to comment.