summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-10-09 10:57:47 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-10-09 10:57:47 +0200
commitc596dae600e997962d7fdae53cfbcd8a36861200 (patch)
tree1cdede03f7dcc64e189c5920b4ad1a6358c0ad6b
parent208be25da4a0752be27eb80767f93168f44fc73f (diff)
downloadqutebrowser-c596dae600e997962d7fdae53cfbcd8a36861200.tar.gz
qutebrowser-c596dae600e997962d7fdae53cfbcd8a36861200.zip
bleeding tests: Switch back to pytest-benchmark master
https://github.com/ionelmc/pytest-benchmark/pull/224 was merged
-rw-r--r--misc/requirements/requirements-tests-bleeding.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt
index 7a34c230c..d249a7e7e 100644
--- a/misc/requirements/requirements-tests-bleeding.txt
+++ b/misc/requirements/requirements-tests-bleeding.txt
@@ -8,9 +8,9 @@ git+https://github.com/pallets/werkzeug.git # transitive dep, but needed to wor
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
-# WORKAROUND for those projects using deprectated pytest functionality
-# See https://github.com/pytest-dev/pytest/pull/9118
-git+https://github.com/The-Compiler/pytest-benchmark.git@new-hook-decorators
+git+https://github.com/ionelmc/pytest-benchmark.git
+# WORKAROUND for pytest-instafail using deprectated pytest functionality
+# See https://github.com/pytest-dev/pytest-instafail/pull/26
git+https://github.com/The-Compiler/pytest-instafail.git@new-hookimpl
git+https://github.com/pytest-dev/pytest-mock.git
git+https://github.com/pytest-dev/pytest-qt.git