-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Remove deprecations scheduled for removal in pytest 7.1 #9392
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
9c1494a
to
99c381d
Compare
changelog/8838.breaking.rst
Outdated
|
||
* ``pytest_warning_captured`` hook - use ``pytest_warning_recorded`` instead. | ||
|
||
* ``message`` parameter of ``pytest.raises``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized I didn't see this removal in this PR, did I miss something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I copy/pasted from the 6.x PR, left this by mistake.
99c381d
to
ee93557
Compare
Fixes #8838. Split into commits for each removal.