-
-
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
pytest.deprecated_call doesn't catch PendingDeprecationWarnings #1037
Labels
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: bug
problem that needs to be addressed
Milestone
Comments
RonnyPfannschmidt
added
type: bug
problem that needs to be addressed
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
labels
Sep 21, 2015
i tried for 5 minutes or so to reproduce the failing test suite but ran into problems. Could you provide an example of what goes wrong, at the least provide a link to a failed test run with 2.8 that worked with 2.7.3? |
|
Merged
hunse
added a commit
to hunse/pytest
that referenced
this issue
Sep 28, 2015
`deprecated_call` now looks for PendingDeprecationWarnings, as it did previously but was broken by pytest-dev#897. Fixes pytest-dev#1037. Also added a test so this does not happen again.
Okay, I've got a fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: bug
problem that needs to be addressed
In 2.7.3 it did, but now it doesn't.
The text was updated successfully, but these errors were encountered: