We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a027769 + b28e4ad commit e3217acCopy full SHA for e3217ac
setup.cfg
@@ -58,6 +58,9 @@ filterwarnings =
58
error
59
ignore:file format.*:UserWarning
60
ignore:.*non-empty pattern match.*:FutureWarning
61
+ # For pytest-asyncio deprecations that is expected to be resolved upstream
62
+ # https://github.com/pytest-dev/pytest-asyncio/issues/924
63
+ ignore:The configuration option "asyncio_default_fixture_loop_scope":pytest.PytestDeprecationWarning
64
65
[flake8]
66
max-line-length = 100
0 commit comments