Skip to content

Commit ba13d9f

Browse files
committed
Only cap zipp on python2.7
Signed-off-by: Paul Belanger <[email protected]>
1 parent f654114 commit ba13d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ PIP=$(command -v pip3) || PIP=$(command -v pip2)
88
# to the latest version
99
# NOTE(pabelanger): Cap zipp<0.6.0 due to python2.7 issue with more-iterrtools
1010
# https://github.com/jaraco/zipp/issues/14
11-
sudo $PIP install -U tox "zipp<0.6.0"
11+
sudo $PIP install -U tox "zipp<0.6.0;python_version=='2.7'"

0 commit comments

Comments
 (0)