diff --git a/setup.cfg b/setup.cfg index 4d95b5b..b15c6c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,6 +58,9 @@ filterwarnings = error ignore:file format.*:UserWarning ignore:.*non-empty pattern match.*:FutureWarning + # For pytest-asyncio deprecations that is expected to be resolved upstream + # https://github.com/pytest-dev/pytest-asyncio/issues/924 + ignore:The configuration option "asyncio_default_fixture_loop_scope":pytest.PytestDeprecationWarning [flake8] max-line-length = 100