Skip to content

Commit

Permalink
ignore "subprocess" is still running and this process pid=x is multi-…
Browse files Browse the repository at this point in the history
…threaded warnings
  • Loading branch information
Ahmed TAHRI committed Apr 4, 2024
1 parent e19eb25 commit bb5a57f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ filterwarnings =
# Happen in Windows. Oppose no threats to our test suite.
# "An operation was attempted on something that is not a socket" during shutdown
ignore:Exception in thread:pytest.PytestUnhandledThreadExceptionWarning

ignore:subprocess [0-9]+ is still running:ResourceWarning
ignore:This process \(pid=[0-9]+\) is multi\-threaded:DeprecationWarning

[metadata]
name = httpie
Expand Down

0 comments on commit bb5a57f

Please sign in to comment.