-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
False-positive warning about assertion rewrite #2005
Labels
type: bug
problem that needs to be addressed
Comments
this is a duplicate ^^ |
Oh right. Do you mind if we close the other one? This one contains more information. 😁 |
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Oct 19, 2016
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Oct 19, 2016
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Oct 20, 2016
This was referenced Nov 11, 2016
This was referenced Feb 21, 2018
This was referenced Mar 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider:
pytest-3.0.3
provides this warning:But this is a false positive; what happens is that the code which verifies that a module needs to be rewritten but is already imported doesn't remember that the file was already rewritten on import.
The text was updated successfully, but these errors were encountered: