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: improved caching of parameterized fixtures #12600

Merged
merged 6 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. fix: improve caching of parameterized fixtures

    The fix for Issue pytest-dev#6541 caused regression where cache hits became
    cache misses, unexpectedly.  Attempt to restore the previous behavior,
    while also retaining the fix for the bug.
    
    Fixes: Issue pytest-dev#6962
    nisimond authored and nicoddemus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d434bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ce305 View commit details
    Browse the repository at this point in the history
  3. Improve test and comment

    nicoddemus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bf5ca7b View commit details
    Browse the repository at this point in the history
  4. Identity comparsion first

    nicoddemus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3153ab2 View commit details
    Browse the repository at this point in the history
  5. Change comparison order

    nicoddemus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fa7147b View commit details
    Browse the repository at this point in the history
  6. Update changelog/6962.bugfix.rst

    Co-authored-by: Ran Benita <[email protected]>
    nicoddemus and bluetech committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a8229c2 View commit details
    Browse the repository at this point in the history