cbdq-io / testinfra-bdd

An interface between pytest-bdd and pytest-testinfra.
https://pypi.org/project/testinfra-bdd/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Incompatibilities between pytest and pytest-bdd #94

Closed dallinb closed 6 months ago

dallinb commented 6 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

youtux commented 6 months ago

Fixed in https://github.com/pytest-dev/pytest-bdd/pull/680. I just released version 7.1.2 with the fix

dallinb commented 6 months ago

Thank you @youtux . Re-ran the tests which pulled in the newer version. Indeed all is fixed now.