False-positive warning about assertion rewrite #2005
Closed
Labels
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: