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