Skip to content

Commit

Permalink
handle zipp take two
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Feb 22, 2020
1 parent 981e962 commit d0d4b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .semaphore/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ mkdir -p /tmp/wheelhouse

for py in /opt/python/*/bin; do
[[ "$py" == *"cp27"* ]] || [[ "$py" == *"cp34"* ]] && continue
"${py}/pip" install -UI poetry setuptools
# https://gitlab.com/python-devs/importlib_metadata/issues/107
"${py}/pip" install -UI poetry setuptools "zipp<2"
"${py}/pip" wheel \
-r /io/tests/requirements.txt \
-w /io/wheelhouse/
Expand Down
2 changes: 0 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ pytest-mock
requests>=2.20.0
urllib3>=1.23
tox
# https://gitlab.com/python-devs/importlib_metadata/issues/107
zipp<2

0 comments on commit d0d4b49

Please sign in to comment.