浏览代码

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