From ea2c911ba7c325684c82ecae0caa8cdd10227a12 Mon Sep 17 00:00:00 2001 From: Luca Carrogu Date: Mon, 28 Sep 2020 09:02:09 +0200 Subject: [PATCH] Pin pytest to <6.1 This to fix https://github.com/pytest-dev/pytest-rerunfailures/issues/128 Signed-off-by: Luca Carrogu --- 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 a2b5c1e7c5..b4cf0419a3 100644 --- a/tests/integration-tests/requirements.txt +++ b/tests/integration-tests/requirements.txt @@ -6,7 +6,7 @@ fabric jinja2 junitparser pexpect -pytest +pytest<6.1 pytest-datadir pytest-html pytest-rerunfailures