-
-
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
ensure compat properties trigger DeprecationWarnings #2034
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! |
Fixed by #2088 |
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: