소스 검색

Fix tests hanging with pytest-asyncio==0.17.*

set pytest-asyncio==0.16.0
Michael Diskin 3 년 전
부모
커밋
b8ce126b0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements-dev.txt

+ 1 - 1
requirements-dev.txt

@@ -1,6 +1,6 @@
 pytest
 pytest-forked
-pytest-asyncio
+pytest-asyncio==0.16.0
 pytest-cov
 tqdm
 scikit-learn