summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-30 13:23:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-30 13:23:07 +0200
commit455879804365507be805b242f4463b26da8a66da (patch)
treeefd2450aa97dce99a70dacbe15e67eb9eabbcbdb
parentccf624365ccd3dd9edcccf94ca7cf9680b70a70e (diff)
downloadqutebrowser-455879804365507be805b242f4463b26da8a66da.tar.gz
qutebrowser-455879804365507be805b242f4463b26da8a66da.zip
Avoid pytest-bdd 5 for now
See https://github.com/pytest-dev/pytest-bdd/issues/447
-rw-r--r--misc/requirements/requirements-tests-bleeding.txt2
-rw-r--r--misc/requirements/requirements-tests.txt-raw3
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt
index 49911c48d..d2a7fcfb6 100644
--- a/misc/requirements/requirements-tests-bleeding.txt
+++ b/misc/requirements/requirements-tests-bleeding.txt
@@ -9,7 +9,7 @@ git+https://github.com/HypothesisWorks/hypothesis.git#subdirectory=hypothesis-py
git+https://github.com/pytest-dev/pytest.git
# Problematic: https://github.com/pytest-dev/pytest-bdd/issues/447
# git+https://github.com/pytest-dev/pytest-bdd.git
-pytest-bdd
+pytest-bdd<5
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
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index ab580ac4b..5586a86ef 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -4,7 +4,8 @@ coverage
Flask
hypothesis
pytest
-pytest-bdd
+# https://github.com/pytest-dev/pytest-bdd/issues/447
+pytest-bdd<5
pytest-benchmark
pytest-instafail
pytest-mock