From efd002dae3e65a923eaff30d3400ee924fb1f306 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 1 Oct 2021 14:58:27 +0200 Subject: requirements: Revert to pytest-bdd release for bleeding See https://github.com/pytest-dev/pytest-bdd/issues/447 --- misc/requirements/requirements-tests-bleeding.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt index 5fbb05f05..49911c48d 100644 --- a/misc/requirements/requirements-tests-bleeding.txt +++ b/misc/requirements/requirements-tests-bleeding.txt @@ -7,7 +7,9 @@ git+https://github.com/pallets/flask.git git+https://github.com/pallets/werkzeug.git # transitive dep, but needed to work git+https://github.com/HypothesisWorks/hypothesis.git#subdirectory=hypothesis-python git+https://github.com/pytest-dev/pytest.git -git+https://github.com/pytest-dev/pytest-bdd.git +# Problematic: https://github.com/pytest-dev/pytest-bdd/issues/447 +# git+https://github.com/pytest-dev/pytest-bdd.git +pytest-bdd 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 -- cgit v1.2.3-54-g00ecf