We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f654114 commit ba13d9fCopy full SHA for ba13d9f
tools/test-setup.sh
@@ -8,4 +8,4 @@ PIP=$(command -v pip3) || PIP=$(command -v pip2)
8
# to the latest version
9
# NOTE(pabelanger): Cap zipp<0.6.0 due to python2.7 issue with more-iterrtools
10
# https://github.com/jaraco/zipp/issues/14
11
-sudo $PIP install -U tox "zipp<0.6.0"
+sudo $PIP install -U tox "zipp<0.6.0;python_version=='2.7'"
0 commit comments