Casper van der Wel пре 1 година
родитељ
комит
d9d9d5f6d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -17,7 +17,7 @@ dynamic = ["version"]
 test = [
     "pytest",
     "pytest-cov",
-    "pytest-asyncio",
+    "pytest-asyncio==0.21.*",  # https://github.com/pytest-dev/pytest-asyncio/issues/706
     "debugpy",
     "httpx",
     "uvicorn",