Skip to content

Commit

Permalink
Rely on released versions of zope.security and zope.app.onlinehelp
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 17, 2017
1 parent 1cc87db commit ad4789a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -17,9 +17,6 @@ notifications:
install:
- pip install -U pip setuptools
- pip install -U coveralls coverage
# XXX: Remove these when released
- pip install git+https://github.com/zopefoundation/zope.security@fix-ordered-dict-checker#egg=zope.security
- pip install git+https://github.com/zopefoundation/zope.app.onlinehelp@python3#egg=zope.app.onlinehelp
- pip install -U -e ".[test]"


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -105,7 +105,7 @@ def read(*rnames):
'zope.app.appsetup >= 4.0.0',
'zope.app.basicskin >= 4.0.0',
'zope.app.exception >= 4.0.0',
'zope.app.onlinehelp >= 4.0.0.dev0',
'zope.app.onlinehelp >= 4.0.0',
'zope.app.preference >= 4.0.0',
'zope.app.publisher',
'zope.app.renderer >= 4.0.0',
Expand All @@ -122,7 +122,7 @@ def read(*rnames):
'zope.proxy',
'zope.publisher >= 4.3.1',
'zope.schema',
'zope.security >= 4.1.1.dev0',
'zope.security >= 4.1.1',
'zope.site',
'zope.testbrowser',
'zope.testing',
Expand Down
4 changes: 0 additions & 4 deletions tox.ini
Expand Up @@ -5,8 +5,4 @@ envlist = py27,py34,py35,py36,pypy
commands =
zope-testrunner --test-path=src []
deps =
git+https://github.com/zopefoundation/zope.security@fix-ordered-dict-checker#egg=zope.security
git+https://github.com/zopefoundation/zope.app.onlinehelp@python3#egg=zope.app.onlinehelp
.[test]

# XXX: Remove when released

0 comments on commit ad4789a

Please sign in to comment.