Skip to content

Commit 3046a33

Browse files
enrico-usailukeseawalker
authored andcommitted
Pin pytest version to 7.3
pytest 7.4.0 breaks the possibility to add custom options to pytest. Tests are failing with: ``` ERROR: usage: test_runner.py [options] [file_or_dir] [file_or_dir] [...] test_runner.py: error: unrecognized arguments: --tests-log-file=...log --output-dir=.../eu-north-1 --key-name=... --key-path=... ``` Signed-off-by: Enrico Usai <[email protected]>
1 parent 38d18c6 commit 3046a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ matplotlib
1313
pexpect
1414
pykwalify
1515
pyOpenSSL
16-
pytest
16+
pytest~=7.3.2
1717
pytest-datadir
1818
pytest-html
1919
pytest-rerunfailures

0 commit comments

Comments
 (0)