Merge branch 'add_asyncio_for_pytest' into 'develop'

Add pytest-asyncio to requirements

Closes #19

See merge request ekzyis/musicube!17
This commit is contained in:
Ramdip Gill 2021-10-27 14:23:01 +00:00
commit 73d3d6a2d3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ pylint==2.11.1
PyNaCl==1.4.0 PyNaCl==1.4.0
pyparsing==2.4.7 pyparsing==2.4.7
pytest==6.2.5 pytest==6.2.5
pytest-asyncio==0.16.0
pytest-cov==2.12.1 pytest-cov==2.12.1
pytest-mock==3.6.1 pytest-mock==3.6.1
python-dotenv==0.19.0 python-dotenv==0.19.0