From 5807a9eb186ab4899a05d38fedb1578876c82182 Mon Sep 17 00:00:00 2001 From: Tom Tuffin <71447672+ttuffin@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:37:11 +0100 Subject: [PATCH] ci: fix failing ci due to pytest bug (#199) A bug has been introduced in pytest v8 that causes the CI to fail. Pinning ptest<8 for now. Related ansible-test bug report: https://github.com/ansible/ansible/issues/82713 --- tests/unit/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 4e5265c8..d2449839 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -5,6 +5,7 @@ asyncio asyncmock azure-servicebus dpath +pytest<8 # https://github.com/ansible/ansible/issues/82713 pytest-asyncio psycopg xxhash