-
Notifications
You must be signed in to change notification settings - Fork 52
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 7.0: AttributeError: 'dict' object has no attribute 'config' #122
Comments
It's hitting the pytest-watch/pytest_watch/config.py Lines 35 to 44 in 17375a1
|
Hm, we try to add the (deprecated) You can/should fix this in pytest_watch too, though, by checking whether the new |
Thanks, here's a PR: #123 |
pytest 7.0 RC1 is out, install with
python3 -m pip install pytest==7.0.0rc1
orpython3 -m pip install -U --pre pytest
pytest 6 works:
The text was updated successfully, but these errors were encountered: