We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4938eb commit 2616e14Copy full SHA for 2616e14
tox.ini
@@ -7,7 +7,7 @@ skip_missing_interpreters = true
7
[testenv]
8
# CI: skip-next-line
9
usedevelop = true
10
-install_command = pip install -c{toxinidir}/constraints.txt -U {opts:} {packages:}
+install_command = pip install -U {opts:} {packages:}
11
setenv =
12
VIRTUAL_ENV={envdir}
13
LANGUAGE=en_US
0 commit comments