[misc] Add pytest-asyncio as tests

This commit is contained in:
Cathy Hu 2020-07-18 22:26:36 +02:00 committed by acipm
parent 268e1d6853
commit a3f8679b34

View file

@ -15,7 +15,9 @@ commands =
black -S --check --diff kibicara tests
[testenv:pytest]
deps = pytest
deps =
pytest
pytest-asyncio
commands =
pytest