-
Notifications
You must be signed in to change notification settings - Fork 39
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
@fixture incompatible with pytest 8.0.0 #330
Comments
I can confirm the issue. |
kdeldycke
added a commit
to kdeldycke/click-extra
that referenced
this issue
Jan 31, 2024
2 tasks
paquiteau
added a commit
to mind-inria/mri-nufft
that referenced
this issue
Feb 2, 2024
paquiteau
added a commit
to mind-inria/mri-nufft
that referenced
this issue
Feb 2, 2024
Pytest-cases is not compatible yet. Refs: smarie/python-pytest-cases#330
5 tasks
Issue stems from this commit: pytest-dev/pytest@385796b Running the example on the commit just before works fine. After this commit, I get the reported error. |
nhuet
added a commit
to nhuet/decomon
that referenced
this issue
Feb 5, 2024
There are breaking changes in pytest 8.0.0 that are not yet compatible with pytest-cases fixtures: smarie/python-pytest-cases#330
ducoffeM
pushed a commit
to airbus/decomon
that referenced
this issue
Feb 5, 2024
There are breaking changes in pytest 8.0.0 that are not yet compatible with pytest-cases fixtures: smarie/python-pytest-cases#330
Thanks a lot for reporting @jayqi ! For now inded the workaround is to use Note: another user also mentioned that the symptom could be
|
Merged
smarie
pushed a commit
that referenced
this issue
Mar 8, 2024
smarie
added a commit
that referenced
this issue
Mar 8, 2024
* WIP: Work on pytest 8 * In progress... towards #330 * Fixed compliance with pytest 8. Fixed #330 --------- Co-authored-by: Eric Larson <[email protected]> Co-authored-by: Sylvain MARIE <[email protected]>
chaithyagr
pushed a commit
to chaithyagr/mri-nufft
that referenced
this issue
Apr 11, 2024
Pytest-cases is not compatible yet. Refs: smarie/python-pytest-cases#330
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pytest 8.0.0 just released earlier today, and it looks like there's an incompatibility with
pytest_cases.fixture
.Minimal example:
pytest 7.4.4, pytest-cases 3.8.2, Python 3.11.7 — Passes ✅
pytest 8.0.0, pytest-cases 3.8.2, Python 3.11.7 — Fails ❌
Traceback:
The text was updated successfully, but these errors were encountered: