Skip to content

Commit 7c63583

Browse files
amimasJohnVillalovos
authored andcommitted
Revert "fix(ci): install test dependencies for functional test envs"
This reverts commit 389f2c9.
1 parent d2c87d4 commit 7c63583

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,14 @@ exclude_lines =
137137
[testenv:cli_func_v4]
138138
description =
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
142141
commands =
143142
pytest --script-launch-mode=subprocess --cov --cov-report xml {posargs:tests/functional/cli}
144143

145144
[testenv:api_func_v4]
146145
description =
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
150148
commands =
151149
pytest --cov --cov-report xml {posargs:tests/functional/api}
152150

0 commit comments

Comments
 (0)