Skip to content

Commit

Permalink
Pin pytest version to 7.3
Browse files Browse the repository at this point in the history
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 <usai@amazon.com>
  • Loading branch information
enrico-usai authored and lukeseawalker committed Jun 23, 2023
1 parent 38d18c6 commit 3046a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matplotlib
pexpect
pykwalify
pyOpenSSL
pytest
pytest~=7.3.2
pytest-datadir
pytest-html
pytest-rerunfailures
Expand Down

0 comments on commit 3046a33

Please sign in to comment.