From dedb4bb84e131a3c300af2134cf1da18da330d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=B6tter?= Date: Thu, 15 Feb 2024 20:44:11 +0100 Subject: [PATCH] requirements - nail pytest-asyncio c.f. pytest-dev/pytest-asyncio#706 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a063348..228f4a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ addopts = "--ignore-glob 'tests/my_*.py'" [tool.pdm.dev-dependencies] tests = [ "pytest", - "pytest-asyncio", + "pytest-asyncio==0.21.1", "pytest-httpx", "pytest-cov", "fastapi",