From 64d0621d2b1f61f31478373f67d0c2ea1a7f6d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 26 Dec 2022 12:15:16 +0100 Subject: [PATCH] Update and set test suite python dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test/requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 9315800c..1972e2ba 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,5 +1,6 @@ -docker-compose -pytest -pytest-xdist -pytest-testinfra -tox <= 4.0.12 +docker-compose == 1.29.2 +pytest == 7.2.0 +pytest-xdist == 3.1.0 +pytest-testinfra == 7.0.0 +tox == 4.0.17 +