Skip to content

Commit

Permalink
Pin setuptools < 52.
Browse files Browse the repository at this point in the history
Support for easy_install was removed.
  • Loading branch information
sallner committed Feb 1, 2021
1 parent 91fbd76 commit 11474ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ envlist =
[testenv]
skip_install = true
deps =
setuptools < 52
zc.buildout
commands_pre =
sh -c 'if [ '{env:CI:false}' = 'true' ]; then {envbindir}/buildout -nc {toxinidir}/github_actions.cfg buildout:directory={envdir} buildout:develop={toxinidir} ; fi'
Expand Down

0 comments on commit 11474ed

Please sign in to comment.