File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,16 @@ passenv =
77
88[testenv]
99extras = testing
10- install_command = python -m pip install \
11- --requirement dependencies/default/requirements.txt \
12- --constraint dependencies/default/constraints.txt \
13- {opts} {packages}
10+ constraints = dependencies/default/constraints.txt
11+ deps = -r dependencies/default/requirements.txt
1412commands = make test
1513allowlist_externals =
1614 make
1715
1816[testenv:pytest-min]
1917extras = testing
20- install_command = python -m pip install \
21- --requirement dependencies/pytest-min/requirements.txt \
22- --constraint dependencies/pytest-min/constraints.txt \
23- {opts} {packages}
18+ constraints = dependencies/pytest-min/constraints.txt
19+ deps = -r dependencies/pytest-min/requirements.txt
2420commands = make test
2521allowlist_externals =
2622 make
@@ -29,9 +25,7 @@ allowlist_externals =
2925allowlist_externals =
3026 git
3127extras = docs
32- deps =
33- --requirement dependencies/default/requirements-docs.txt
34- --constraint dependencies/default/constraints.txt
28+ deps = -r dependencies/default/requirements-docs.txt
3529change_dir = docs
3630description = Build The Docs with {basepython}
3731commands =
You can’t perform that action at this time.
0 commit comments