Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin pytest version to 7.3 #5425

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Pin pytest version to 7.3 #5425

merged 1 commit into from
Jun 23, 2023

Conversation

enrico-usai
Copy link
Contributor

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=...

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>
@enrico-usai enrico-usai added the skip-changelog-update Disables the check that enforces changelog updates in PRs label Jun 23, 2023
@enrico-usai enrico-usai requested review from a team as code owners June 23, 2023 14:30
@enrico-usai enrico-usai merged commit 91bfc82 into aws:develop Jun 23, 2023
25 checks passed
@enrico-usai enrico-usai deleted the wip/pytest branch June 23, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog-update Disables the check that enforces changelog updates in PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants