Skip to content

Commit

Permalink
Merge pull request #9 from zopefoundation/fix-tests
Browse files Browse the repository at this point in the history
Fix tests by pinning an older zope.i18n version
  • Loading branch information
mgedmin committed Jul 10, 2019
2 parents 0edf397 + 51ef5d2 commit 5fa9fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def read(*rnames):
'zope.component >= 4.3.0',
'zope.configuration',
'zope.container >= 4.1.0',
'zope.i18n >= 4.2.0',
'zope.i18n >= 4.2.0, < 4.5.0',
'zope.i18nmessageid >= 4.1.0',
'zope.interface',
'zope.publisher >= 4.3.2',
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ envlist = py27,py35,py36,pypy

[testenv]
commands =
zope-testrunner --test-path=src []
deps =
.[test]
zope-testrunner --test-path=src {posargs:-pvc}
extras =
test

0 comments on commit 5fa9fbf

Please sign in to comment.