Upgrading pytest-asyncio to latest version - 0.21.0 (#339)

Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
Sai Medhini Reddy Maryada
2023-03-28 11:14:33 -07:00
committed by GitHub
parent df3a39f1a0
commit 23611ebda4
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ twine
# Requirements for testing [async] extra
aiohttp; python_version>="3.6"
pytest-asyncio<=0.18.3; python_version>="3.6"
pytest-asyncio<=0.21.0; python_version>="3.6"
unasync; python_version>="3.6"