From 600c8cdf7e7e5ac4da0b41eb5da2f27090e6f271 Mon Sep 17 00:00:00 2001 From: Hanne Moa Date: Tue, 23 Jan 2024 15:08:08 +0100 Subject: [PATCH] Pin pytest-asyncio --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ac83bcb0..23265fa2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "isort", "pre-commit", "pytest", - "pytest-asyncio", + "pytest-asyncio<0.22.0", "retry", "ruff", "snmpsim", diff --git a/tox.ini b/tox.ini index 0aae9e984..ec78bfd20 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ python = [testenv] deps = pytest - pytest-asyncio + pytest-asyncio<0.22.0 pytest-cov snmpsim pyasn1<0.5.0