Skip to content

Commit

Permalink
pinn zipp<2 in test requirements to avoid pip install failures
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Feb 22, 2020
1 parent 97b09ee commit 981e962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .semaphore/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ for py in /opt/python/*/bin; do
"${py}/pip" install -UI poetry setuptools
"${py}/pip" wheel \
-r /io/tests/requirements.txt \
-r /io/docs/requirements.txt \
-w /io/wheelhouse/
"${py}/poetry" build -vvv
mv /io/dist/*.whl /tmp/wheelhouse/
Expand Down
4 changes: 3 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ pytest
pytest-mock
requests>=2.20.0
urllib3>=1.23
tox
tox
# https://gitlab.com/python-devs/importlib_metadata/issues/107
zipp<2

0 comments on commit 981e962

Please sign in to comment.