Skip to content

Commit

Permalink
Merge pull request #7539 from nabobalis/ignore
Browse files Browse the repository at this point in the history
ignore all socket resouce warning
  • Loading branch information
alasdairwilson committed Apr 3, 2024
2 parents 0df925f + 7d2fc29 commit 1330774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ filterwarnings =
# The following are raised by the py310-oldestdeps job
ignore:distutils Version classes are deprecated
ignore:ERFA function *
# This seems to randomly crop up but I don't know why
# This seems to randomly crop up due to our network stack
# One day we need to track down the root cause
ignore:unclosed event loop:ResourceWarning
ignore:unclosed transport:ResourceWarning
ignore:unclosed \<socket:ResourceWarning
# Pending removal from sunpy 7.0
ignore:The QueryResponse class is deprecated

0 comments on commit 1330774

Please sign in to comment.