We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since PyTest 8.1.1 we are experiencing the following message:
TypeError: FixtureDef.__init__() got an unexpected keyword argument 'fixturemanager'
Seem related to pytest-dev/pytest-bdd#677
The text was updated successfully, but these errors were encountered:
Fixed in pytest-dev/pytest-bdd#680. I just released version 7.1.2 with the fix
Sorry, something went wrong.
Thank you @youtux . Re-ran the tests which pulled in the newer version. Indeed all is fixed now.
No branches or pull requests
Since PyTest 8.1.1 we are experiencing the following message:
Seem related to pytest-dev/pytest-bdd#677
The text was updated successfully, but these errors were encountered: