ensure compat properties trigger DeprecationWarnings #2034
Closed
Comments
Is there some policy on adding these warnings (ala Django's deprecation docs)? Maybe not important on this one in particular ... |
Our policy is written here: http://doc.pytest.org/en/latest/backwards-compatibility.html It is very recent though so we are still maturing it. |
Oh, nice one, thanks for passing that link @nicoddemus! |
nicoddemus
added a commit
to nmundar/pytest
that referenced
this issue
Nov 27, 2016
nicoddemus
added a commit
to nmundar/pytest
that referenced
this issue
Nov 27, 2016
nicoddemus
added a commit
to nmundar/pytest
that referenced
this issue
Nov 27, 2016
Fixed by #2088 |
This was referenced Dec 5, 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
https://github.com/pytest-dev/pytest/blob/master/_pytest/main.py#L191
should do a warnings.warn so we can safely remove later on
The text was updated successfully, but these errors were encountered: