From 455879804365507be805b242f4463b26da8a66da Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Oct 2021 13:23:07 +0200 Subject: Avoid pytest-bdd 5 for now See https://github.com/pytest-dev/pytest-bdd/issues/447 --- misc/requirements/requirements-tests-bleeding.txt | 2 +- misc/requirements/requirements-tests.txt-raw | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt index 49911c48d..d2a7fcfb6 100644 --- a/misc/requirements/requirements-tests-bleeding.txt +++ b/misc/requirements/requirements-tests-bleeding.txt @@ -9,7 +9,7 @@ git+https://github.com/HypothesisWorks/hypothesis.git#subdirectory=hypothesis-py git+https://github.com/pytest-dev/pytest.git # Problematic: https://github.com/pytest-dev/pytest-bdd/issues/447 # git+https://github.com/pytest-dev/pytest-bdd.git -pytest-bdd +pytest-bdd<5 git+https://github.com/ionelmc/pytest-benchmark.git git+https://github.com/pytest-dev/pytest-instafail.git git+https://github.com/pytest-dev/pytest-mock.git diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw index ab580ac4b..5586a86ef 100644 --- a/misc/requirements/requirements-tests.txt-raw +++ b/misc/requirements/requirements-tests.txt-raw @@ -4,7 +4,8 @@ coverage Flask hypothesis pytest -pytest-bdd +# https://github.com/pytest-dev/pytest-bdd/issues/447 +pytest-bdd<5 pytest-benchmark pytest-instafail pytest-mock -- cgit v1.2.3-54-g00ecf