summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-27 12:52:59 -0700
committerGitHub <noreply@github.com>2022-07-27 12:52:59 -0700
commitfb383a68816a0b45661cee8deefc07089d2dacad (patch)
tree7951a7abe8107f8bf8a0c706e5e452d14b67fa00
parent488d33dd1b2540b234cbb0468af6b6614941ce8f (diff)
parent33d7af52c02d4142fd74b76cb62e0807e0ada7b7 (diff)
downloadqutebrowser-fb383a68816a0b45661cee8deefc07089d2dacad.tar.gz
qutebrowser-fb383a68816a0b45661cee8deefc07089d2dacad.zip
Merge pull request #7329 from youtux/patch-1
Use pytest-bdd:master again in bleeding-edge CI runs
-rw-r--r--misc/requirements/requirements-tests-bleeding.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt
index 9e4f8ef92..f1ad30158 100644
--- a/misc/requirements/requirements-tests-bleeding.txt
+++ b/misc/requirements/requirements-tests-bleeding.txt
@@ -7,9 +7,7 @@ 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
-# 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/pytest-dev/pytest-bdd.git
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