From 820d81374b803f3edf5a2ef4a261b7f8a2b44389 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 17 Jul 2022 12:42:13 +0200 Subject: bleeding requirements: Back to pytest-bdd release See https://github.com/pytest-dev/pytest-bdd/issues/542 Reverts 99f65a13e77b7e756c54801cbd8cb707d5833abc --- 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 f1ad30158..9e4f8ef92 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/542 +# 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