Ver Fonte

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

set pytest-asyncio==0.16.0
Michael Diskin há 3 anos atrás
pai
commit
b8ce126b0a
1 ficheiros alterados com 1 adições e 1 exclusões
  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