Skip to content

Commit 60a6634

Browse files
authored
Fix/pytest asyncio degrade (#223)
Fix the "Task pending" RuntimeError
1 parent b5f0545 commit 60a6634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pycodestyle==2.6.0
5757
pydantic==1.7.3
5858
pyflakes==2.2.0
5959
pyparsing==2.4.7
60-
pytest-asyncio==0.14.0
60+
pytest-asyncio<0.14.0
6161
pytest-cov==2.10.1
6262
pytest-forked==1.3.0
6363
pytest-mock==3.5.1

0 commit comments

Comments
 (0)