We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5451d6a commit 2443d5eCopy full SHA for 2443d5e
tox.ini
@@ -31,7 +31,7 @@ commands =
31
python3 -m pip install -r /tmp/caldera/requirements.txt
32
python3 -m pip install -r /tmp/caldera/requirements-dev.txt
33
/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
+ coverage run -p -m pytest --tb=short --rootdir=/tmp/caldera --asyncio-mode=auto /tmp/caldera/plugins/emu/tests -W ignore::DeprecationWarning
35
allowlist_externals =
36
/usr/bin/git
37
/usr/bin/cp
0 commit comments