From 9f3e5bef0cd7cf5f61de99270908c92865d16eb5 Mon Sep 17 00:00:00 2001 From: Bartlomiej Gmerek <42570669+Gmerold@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:31:00 +0100 Subject: [PATCH] fix: Pinning pytest-asyncio to 0.21.1 (#36) --- 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