summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 909f146c..89197092 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -33,6 +33,13 @@ addopts =
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
filterwarnings =
error
+
+ # pytest>=6.2.0 under Python 3.8:
+ # Ref: https://docs.pytest.org/en/stable/usage.html#unraisable
+ # Ref: https://github.com/pytest-dev/pytest/issues/5299
+ ignore:Exception ignored in. <socket.socket fd=-1, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>:pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception
+ ignore:Exception ignored in. <_io.FileIO .closed.>:pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception
+
ignore:Use cheroot.test.webtest:DeprecationWarning
ignore:This method will be removed in future versions.*:DeprecationWarning
ignore:Unable to verify that the server is bound on:UserWarning