CI: adding deprecation filterwarning for pytest-asyncio by bsipocz · Pull Request #294 · scientific-python/pytest-doctestplus

Expand Up @@ -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