From 208be25da4a0752be27eb80767f93168f44fc73f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 7 Oct 2022 12:26:30 +0200 Subject: bleeding tests: Use forks of pytest-benchmark and -instafail See https://github.com/pytest-dev/pytest/pull/9118 --- misc/requirements/requirements-tests-bleeding.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt index f1ad30158..7a34c230c 100644 --- a/misc/requirements/requirements-tests-bleeding.txt +++ b/misc/requirements/requirements-tests-bleeding.txt @@ -8,8 +8,10 @@ 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 -git+https://github.com/ionelmc/pytest-benchmark.git -git+https://github.com/pytest-dev/pytest-instafail.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/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 git+https://github.com/pytest-dev/pytest-rerunfailures.git -- cgit v1.2.3-54-g00ecf