Skip to content

Commit e3217ac

Browse files
authored
Merge pull request #294 from bsipocz/MAINT_update_for_pytest_asyncio_1
CI: adding deprecation filterwarning for pytest-asyncio
2 parents a027769 + b28e4ad commit e3217ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ filterwarnings =
5858
error
5959
ignore:file format.*:UserWarning
6060
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
6164

6265
[flake8]
6366
max-line-length = 100

0 commit comments

Comments
 (0)