File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -137,16 +137,14 @@ exclude_lines =
137137[testenv:cli_func_v4]
138138description =
139139 Runs CLI functional tests. For a specific test: tox -e cli_func_v4 -- <path>
140- deps = -r{toxinidir}/requirements-test.txt
141- -r{toxinidir}/requirements-docker.txt
140+ deps = -r{toxinidir}/requirements-docker.txt
142141commands =
143142 pytest --script-launch-mode =subprocess --cov --cov-report xml {posargs:tests/functional/cli}
144143
145144[testenv:api_func_v4]
146145description =
147146 Runs API functional tests. For a specific test: tox -e api_func_v4 -- <path>
148- deps = -r{toxinidir}/requirements-test.txt
149- -r{toxinidir}/requirements-docker.txt
147+ deps = -r{toxinidir}/requirements-docker.txt
150148commands =
151149 pytest --cov --cov-report xml {posargs:tests/functional/api}
152150
You can’t perform that action at this time.
0 commit comments