From fb6a1fb11b56d236f125ff62cea86bba9f36cd50 Mon Sep 17 00:00:00 2001 From: Matteo Di Carlo <matteo.dicarlo@inaf.it> Date: Tue, 5 Jul 2022 09:34:47 +0200 Subject: [PATCH] ST-1304 fix pytest-bdd version Signed-off-by: Matteo Di Carlo <matteo.dicarlo@inaf.it> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 872442c0..f6ceb479 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ pyyaml pytest-cov pytest-json-report pycodestyle<2.7.0,>=2.6.0a1 -pytest-bdd +pytest-bdd==5.0.0 pytest-ordering pytest-timeout elasticsearch -- GitLab