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

Bump to pytest 7.2.0 #438

Merged
merged 3 commits into from Nov 10, 2022
Merged

Commits on Nov 1, 2022

  1. refactor: Address deprecation of @pytest.mark.tryfirst.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ed17190 View commit details
    Browse the repository at this point in the history
  2. test: Remove return value from test case.

    Return values in tests are deprecated starting from pytest 7.2 and will result in a warning.
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a8b947a View commit details
    Browse the repository at this point in the history
  3. build: Bump pytest to v7.2.0.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2b696fa View commit details
    Browse the repository at this point in the history