E pluggy.PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown.
E Plugin: lazy-fixture, Hook: pytest_generate_tests
E AttributeError: 'CallSpec2' object has no attribute 'funcargs'
E For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
As that plugin doesn't seem to be in development anymore it would likely be good to adopt any of the workarounds mentioned in that issue to fix the tests.
pytest==8.0.0
was released after the last test-and-deploy. It is incompatible with pytest-lazy-fixture (see https://github.com/TvoroG/pytest-lazy-fixture/issues/65), causing tests to fail.To reproduce:
Fails with:
As that plugin doesn't seem to be in development anymore it would likely be good to adopt any of the workarounds mentioned in that issue to fix the tests.