Closed dallinb closed 8 months ago
Since PyTest 8.1.1 we are experiencing the following message:
TypeError: FixtureDef.__init__() got an unexpected keyword argument 'fixturemanager'
Seem related to https://github.com/pytest-dev/pytest-bdd/issues/677
Fixed in https://github.com/pytest-dev/pytest-bdd/pull/680. I just released version 7.1.2 with the fix
Thank you @youtux . Re-ran the tests which pulled in the newer version. Indeed all is fixed now.
Since PyTest 8.1.1 we are experiencing the following message:
Seem related to https://github.com/pytest-dev/pytest-bdd/issues/677