Skip to content

Commit

Permalink
remove StreamWriter from filterwarnings string
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Sep 22, 2023
1 parent 398d421 commit 6df26ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connect.py
Expand Up @@ -12,7 +12,7 @@

# ignore "RuntimeError: Event loop is closed"
# PytestUnraisableExceptionWarning: Exception ignored in: <function StreamWriter.__del__ ...>
filterwarnings = pytest.mark.filterwarnings('ignore:.*StreamWriter.__del__.*:pytest.PytestUnraisableExceptionWarning')
filterwarnings = pytest.mark.filterwarnings('ignore:.*__del__.*:pytest.PytestUnraisableExceptionWarning')


def test_no_manager_no_certificate_localhost():
Expand Down

0 comments on commit 6df26ad

Please sign in to comment.