-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
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
pytest-bdd doesn't support pytest 8.1.0 #674
Comments
I found this commit for pytest 8.1 version that is only option for this problem?
|
I fork master branch and that commit working that issue, but I found more issue that this is removed commit 2 month ago
and I found this in code. this is in _pytest/fixture.py 960 line, FixtureDef init code
this is pytest-bdd/steps.py line 212 FixtureDef initialize code
|
As you say, this is already fixed, only a release is missing (which should happen today: #666 (comment)) |
pytest-bdd 7.1.1 is out |
@youtux I read your comment and I upgrade pytest-bdd version but pytest yanked there version 8.1.0 to 8.0.3 cause so many plugin crashed thanks for answer and have a nice day :) |
pytest-dev/pytest#12069
Today pytest has been updated version 8.1.0
they update this thing
I update my pytest version to 8.1.0, pytest-bdd couldn't find this removed method
so I getting this errors,
now iterparentnodeids function has been removed, but it can traverse the node hierarchy itself
so why don't we change that code?
this is my full error logs
The text was updated successfully, but these errors were encountered: