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