Commit 389f2c9
committed
fix(ci): install test dependencies for functional test envs
The functional test environments (`cli_func_v4`, `api_func_v4`) were
failing in CI with a `ValueError: no option named 'keep_containers'`.
This occurred because the environments were missing the `requirements-test.txt`
dependency, so `pytest` and its plugins (like `pytest-docker`) were not
installed.
A previous refactoring of `tox.ini` made the environments more isolated,
exposing this latent dependency issue. This change adds the required
test dependencies to the functional test environments, ensuring they
are self-contained and run reliably.1 parent bd6b425 commit 389f2c9
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
0 commit comments