Skip to content

Commit 44ad94a

Browse files
webknjazssbarnea
authored andcommitted
1 parent 3e94acf commit 44ad94a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ skip_missing_interpreters = True
1111
isolated_build = True
1212

1313
[testenv]
14+
# Hotfix for https://github.com/pypa/pip/issues/6434
15+
# Based on https://github.com/jaraco/skeleton/commit/123b0b2
16+
# Check https://github.com/tox-dev/tox/issues/1276 for the final solution
17+
install_command =
18+
python -c 'import subprocess, sys; pip_inst_cmd = sys.executable, "-m", "pip", "install"; subprocess.check_call(pip_inst_cmd + ("pip<19.1", )); subprocess.check_call(pip_inst_cmd + tuple(sys.argv[1:]))' {opts} {packages}
1419
usedevelop = True
1520
passenv = *
1621
setenv =

0 commit comments

Comments
 (0)