Skip to content

Commit b2e1c9d

Browse files
committed
Fixed pytest_asyncio deprecation warning.
This fixes pytest_asyncio's deprecation warning: "The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file."
1 parent 2eda551 commit b2e1c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ tests =
4242

4343
[tool:pytest]
4444
testpaths = tests
45+
asyncio_mode = strict
4546

4647
[flake8]
4748
exclude = venv/*,tox/*,specs/*

0 commit comments

Comments
 (0)