You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pytest 8.0.0 was released within the last week, along with pluggy 1.4.0. It now warns about old-style hook wrappers, causing our tests to fail with some fairly cryptic messages. See pytest-dev/pluggy#463
The issues are coming from pytest-dev/pluggy#463 but I'm not yet sure about whether there's a fix needed on our end or if we should be waiting on a new pytest release.
For the time being, I've pinned pytest < 8.0.0 and pluggy < 1.4.0 in #261
The text was updated successfully, but these errors were encountered:
ljgray
changed the title
CI tests fail with pluggy 1.4.0 due to https://github.com/pytest-dev/pluggy/issues/463
CI tests fail with pluggy 1.4.0
Jan 29, 2024
Pytest 8.0.0 was released within the last week, along with pluggy 1.4.0. It now warns about old-style hook wrappers, causing our tests to fail with some fairly cryptic messages. See pytest-dev/pluggy#463
Pytest Release Notes: https://docs.pytest.org/en/stable/changelog.html
Pluggy docs: https://pluggy.readthedocs.io/en/stable/index.html#wrappers
Pluggy Release Notes: https://pluggy.readthedocs.io/en/stable/changelog.html#features
The issues are coming from pytest-dev/pluggy#463 but I'm not yet sure about whether there's a fix needed on our end or if we should be waiting on a new pytest release.
For the time being, I've pinned
pytest < 8.0.0
andpluggy < 1.4.0
in #261The text was updated successfully, but these errors were encountered: