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

[integ-tests-3.6.0] Pin pytest version to 7.3 #5428

Merged
merged 1 commit into from
Jun 26, 2023

Commits on Jun 23, 2023

  1. 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 <usai@amazon.com>
    enrico-usai authored and lukeseawalker committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3046a33 View commit details
    Browse the repository at this point in the history