Blame SOURCES/pytest-ignore-thread-DeprecationWarnings.patch

9cbf2c
diff --git a/pytest.ini b/pytest.ini
9cbf2c
index 8919709..771e0ae 100644
9cbf2c
--- a/pytest.ini
9cbf2c
+++ b/pytest.ini
9cbf2c
@@ -40,6 +40,7 @@ filterwarnings =
9cbf2c
     ignore:Exception ignored in. <socket.socket fd=-1, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>:pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception
9cbf2c
     ignore:Exception ignored in. <_io.FileIO .closed.>:pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception
9cbf2c
 
9cbf2c
+    ignore:[gs]etName|currentThread:DeprecationWarning
9cbf2c
     ignore:Use cheroot.test.webtest:DeprecationWarning
9cbf2c
     ignore:This method will be removed in future versions.*:DeprecationWarning
9cbf2c
     ignore:Unable to verify that the server is bound on:UserWarning