From 3046a337ca86a8c07770f9ad5ad68c5b25c06e4f Mon Sep 17 00:00:00 2001 From: Enrico Usai Date: Fri, 23 Jun 2023 16:30:05 +0200 Subject: [PATCH] Pin pytest version to 7.3 pytest 7.4.0 breaks the possibility to add custom options to pytest. Tests are failing with: ``` ERROR: usage: test_runner.py [options] [file_or_dir] [file_or_dir] [...] test_runner.py: error: unrecognized arguments: --tests-log-file=...log --output-dir=.../eu-north-1 --key-name=... --key-path=... ``` Signed-off-by: Enrico Usai --- tests/integration-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/requirements.txt b/tests/integration-tests/requirements.txt index a11785113d..b729b29dc8 100644 --- a/tests/integration-tests/requirements.txt +++ b/tests/integration-tests/requirements.txt @@ -13,7 +13,7 @@ matplotlib pexpect pykwalify pyOpenSSL -pytest +pytest~=7.3.2 pytest-datadir pytest-html pytest-rerunfailures