Skip to content

Commit

Permalink
ignore urllib deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Oct 11, 2023
1 parent 6371dd3 commit e9e6b19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ filterwarnings =
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
# Pytest warnings
ignore::pytest.PytestUnraisableExceptionWarning
# https://github.com/urllib3/urllib3/blob/main/src/urllib3/poolmanager.py#L313
ignore::DeprecationWarning:urllib3.*:

0 comments on commit e9e6b19

Please sign in to comment.