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

Adapt to getfixturedefs change in pytest 8.1 #666

Merged
merged 4 commits into from Jan 21, 2024

Commits on Jan 8, 2024

  1. Adapt to getfixturedefs change in pytest 8.1

    The signature of this (private) function will change in the upcoming
    pytest 8.1 release:
    pytest-dev/pytest#11785
    
    Additionally, the `iterparentnodeids` function is removed, so
    copy/pasting it for now.
    
    I verified that all tests pass when run against pytest main.
    bluetech committed Jan 8, 2024
    Copy the full SHA
    cc86d99 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Copy the full SHA
    67d708f View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    youtux committed Jan 21, 2024
    Copy the full SHA
    fa96593 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    32a19ce View commit details
    Browse the repository at this point in the history