From e3af0cca17a3324daf93bc894cc5aa8f8d5e5bee Mon Sep 17 00:00:00 2001 From: Artem Shelkovnikov Date: Fri, 14 Jul 2023 18:55:18 +0200 Subject: [PATCH] Ignore one more thing --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 891b21cef..afe5ebeac 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,3 +6,4 @@ filterwarnings = error ignore:.*urllib3.contrib.pyopenssl.*:DeprecationWarning:botocore.* ignore:Inheritance class AiohttpSession from ClientSession is discouraged:DeprecationWarning + ignore:Inheritance class RetryableAiohttpSession from ClientSession is discouraged:DeprecationWarning