-
Notifications
You must be signed in to change notification settings - Fork 159
get_unpacked_marks() got an unexpected keyword argument 'consider_mro' #654
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
Comments
I have started getting a similar error in CI. The only dependency version that changed since yesterday was pytest-asyncio Log
|
Looks like the same as #655 |
Not sure mine is the same as yours, as |
Yes you're right, it must be a different bug |
Thanks for the report. Apparently, the The pytest-asyncio CI should test against the minimum supported pytest version (i.e. v7.0.0), so we need to check why this hasn't been caught by CI. |
I just got the following in CI
I can/will pin, but just warning you in case it matters. I am pinned to
Pytest<7.1
for various reasons, so maybe you need to have a min version of pytest ?The text was updated successfully, but these errors were encountered: