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

Fix compatibility with pytest 8.1 #795

Merged
merged 7 commits into from
Mar 11, 2024
Merged

Fix compatibility with pytest 8.1 #795

merged 7 commits into from
Mar 11, 2024

Commits on Mar 4, 2024

  1. Fix getfixturedefs call

    delatrie committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0201471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a423c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb8ea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e267ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d37324b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix pytest version in CI

    delatrie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2588710 View commit details
    Browse the repository at this point in the history
  2. Remove testing against pytest 6

    Out tests use pytest.Stash that requires pytest 7.0.
    We can't test against pytest 6 until the pytest version of
    the runner is decoupled with the one of the samples.
    delatrie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a65242b View commit details
    Browse the repository at this point in the history