summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-tests.txt-raw
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 /misc/requirements/requirements-tests.txt-raw
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
Diffstat (limited to 'misc/requirements/requirements-tests.txt-raw')
-rw-r--r--misc/requirements/requirements-tests.txt-raw3
1 files changed, 2 insertions, 1 deletions
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