From 12e6838267837e7157e6f5bffc5b1fd9d5e9136a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 23 Feb 2025 21:59:39 +0100 Subject: [PATCH] bleeding: Avoid broken gherkin-official >= 31 See https://github.com/cucumber/gherkin/issues/373 --- misc/requirements/requirements-tests-bleeding.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt index 10369fc30..94dfe821a 100644 --- a/misc/requirements/requirements-tests-bleeding.txt +++ b/misc/requirements/requirements-tests-bleeding.txt @@ -8,6 +8,7 @@ git+https://github.com/pallets/werkzeug.git # transitive dep, but needed to wor 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 +gherkin-official<31.0.0 # https://github.com/cucumber/gherkin/issues/373 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