Skip to content

Commit

Permalink
Move RestrictedPython develop dependency to top
Browse files Browse the repository at this point in the history
If pip installs AccessControl before RestrictedPyton, it will pick up
the latest release instead of the other develop dependency.
  • Loading branch information
rbu authored and hannosch committed May 13, 2017
1 parent 9edcbb4 commit 1880df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ commands =
zope-testrunner --test-path={envsitepackagesdir} -s Zope2
deps =
zope.testrunner
./develop/RestrictedPython
./develop/AccessControl
./develop/DocumentTemplate
./develop/RestrictedPython
setenv =
PIP_NO_CACHE = 1

0 comments on commit 1880df5

Please sign in to comment.