Skip to content

Commit

Permalink
Tests(tox): Limit pip and setuptools versions for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Jul 25, 2021
1 parent 87757d5 commit f4741f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -18,6 +18,8 @@ commands =
{envpython} --version
{envpython} -c "import struct; print(struct.calcsize('P') * 8)"
deps =
pip < 19.2
setuptools < 44
-rdevscripts/requirements/requirements_tests.txt
py34: pendulum < 2.1
py34: zope.datetime < 4.3
Expand Down

0 comments on commit f4741f8

Please sign in to comment.