Skip to content

Commit 2443d5e

Browse files
authored
add auto asyncio mode for tests
1 parent 5451d6a commit 2443d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ commands =
3131
python3 -m pip install -r /tmp/caldera/requirements.txt
3232
python3 -m pip install -r /tmp/caldera/requirements-dev.txt
3333
/usr/bin/cp -R {toxinidir} /tmp/caldera/plugins/emu
34-
coverage run -p -m pytest --tb=short --rootdir=/tmp/caldera /tmp/caldera/plugins/emu/tests -W ignore::DeprecationWarning
34+
coverage run -p -m pytest --tb=short --rootdir=/tmp/caldera --asyncio-mode=auto /tmp/caldera/plugins/emu/tests -W ignore::DeprecationWarning
3535
allowlist_externals =
3636
/usr/bin/git
3737
/usr/bin/cp

0 commit comments

Comments
 (0)