| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Good finding and quick action. When is expected to be this released? I'm experiencing this error and just wondering if worth to downgrade pytest or waitining to to get the fix here. Thanks |
Sorry, something went wrong.
|
pytest 8.1 has been yanked (see pytest-dev/pytest#12069). We'll wait until the release becomes available again. |
Sorry, something went wrong.
|
https://docs.pytest.org/en/stable/changelog.html#pytest-8-1-0-2024-03-03 |
Sorry, something went wrong.
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.
| Back | FazBrowse Home | New Git URL |
Context
The getfixturedefs call must be fixed to adapt to the recent changes introduced in pytest-dev/pytest#11785 (pytest 8.1.0+).
The changes are described here.
Note
The PR keeps the compatibility with older versions of pytest.
Fixes #794