From 29680d38a4796ebc67978d9facb2ba92a2a163bd Mon Sep 17 00:00:00 2001 From: Bartlomiej Gmerek Date: Mon, 4 Dec 2023 15:00:16 +0100 Subject: [PATCH] Pinning pytest-asyncio to 0.21.1 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a32bc2c2..1a07f23d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ mypy pep8-naming pyproject-flake8 pytest +pytest-asyncio==0.21.1 pytest-operator requests types-PyYAML