From 8540dcd5638a7087ba21c57dbd3df941e2259042 Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Tue, 5 Dec 2023 10:33:42 +0000 Subject: [PATCH] Pinned pytest asyncio version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7d43fc8..de6db933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pre-commit", "p4p", "pydata-sphinx-theme>=0.12", - "pytest-asyncio>=0.20", + "pytest-asyncio==0.21.1", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84 "pytest-cov", "sphinx-autobuild", "sphinx-copybutton",