summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-17 12:42:13 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-07-17 12:42:13 +0200
commit820d81374b803f3edf5a2ef4a261b7f8a2b44389 (patch)
tree74052231738f6f1e1ca79c2eee73b09208716560
parent418f91dfcd2955e32721eb718c278b38696fd1d5 (diff)
downloadqutebrowser-820d81374b803f3edf5a2ef4a261b7f8a2b44389.tar.gz
qutebrowser-820d81374b803f3edf5a2ef4a261b7f8a2b44389.zip
bleeding requirements: Back to pytest-bdd release
See https://github.com/pytest-dev/pytest-bdd/issues/542 Reverts 99f65a13e77b7e756c54801cbd8cb707d5833abc
-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 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