Skip to content

Commit

Permalink
Fixed pytest_asyncio deprecation warning.
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
felixxm committed Jan 14, 2022
1 parent 2eda551 commit b2e1c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ tests =

[tool:pytest]
testpaths = tests
asyncio_mode = strict

[flake8]
exclude = venv/*,tox/*,specs/*
Expand Down

0 comments on commit b2e1c9d

Please sign in to comment.