-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Running Pytest2 locally is failing #1114
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
What version of python 2? |
I've managed to reproduce this. It's strange. It doesn't happen when you run So, it appears that we're running into something analogous to the "do not use mutable values as default arguments", but in pytest itself? For example, this:
Fails with this error:
I'll try to narrow down the exact set of things needed to make this happen. Current guess is "cache invalidation bug in pytest". |
Figured it out. It's because of pytest-dev/pytest#4322 and also because the python 2 test checking code was using |
…test 3.10 See also pytest-dev/pytest#4322 Fixes #1114
…test 3.10 (#1117) See also pytest-dev/pytest#4322 Fixes #1114
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: