summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-01 14:58:27 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-01 14:58:38 +0200
commitefd002dae3e65a923eaff30d3400ee924fb1f306 (patch)
treef3594ff5233e3a2a78bb32ebbab67f8fef8f476a
parent9e5d8609b1cd510976f4443cdf5d94f6734812dc (diff)
downloadqutebrowser-efd002dae3e65a923eaff30d3400ee924fb1f306.tar.gz
qutebrowser-efd002dae3e65a923eaff30d3400ee924fb1f306.zip
requirements: Revert to pytest-bdd release for bleeding
See https://github.com/pytest-dev/pytest-bdd/issues/447
-rw-r--r--misc/requirements/requirements-tests-bleeding.txt4
1 files changed, 3 insertions, 1 deletions
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