forked from aio-libs/aiohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pytest.warns(None) usage, deprecated in pytest 7 (aio-libs#6664)
* remove pytest.warns(None) Deprecated misuse of pytest.warns() https://docs.pytest.org/en/latest/deprecations.html#using-pytest-warns-none * Remove duplicate test test_session_close_awaitable() does the exact same thing and should throw a deprecation warning already which is caught by the general filter * PR 6664 metadata * "Fix" spelling. Bots everywhere! * Update 6663.bugfix * Update 6663.bugfix Co-authored-by: Sam Bull <[email protected]> (cherry picked from commit 936e682)
- Loading branch information
1 parent
30784a0
commit 54e18cd
Showing
3 changed files
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Remove a deprecated usage of pytest.warns(None) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters