Skip to content

Commit bacb3e1

Browse files
authored
Merge pull request #119 from adhawkins/specify-pytest-asyncio-mode
Specify pytest asyncio mode (there is no default in later versions)
2 parents 316cb01 + 3d256ef commit bacb3e1

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
@@ -89,6 +89,7 @@ addopts =
8989
--verbose
9090
--doctest-modules
9191
--ignore-glob='**/_*.py'
92+
--asyncio-mode=auto
9293

9394
# we need the 'always' for python 2 tests to work see https://github.com/pytest-dev/pytest/issues/2917
9495
filterwarnings =

0 commit comments

Comments
 (0)