summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-09-13 08:30:52 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-09-13 08:30:52 +0200
commit41febf947555ce2e91790c8dc1e4f4c222b00952 (patch)
treef37732c32b80291c85c6b528cf40d007c5a73127
parent39ff01ca6446915e83535b102eea9a80fcbb022b (diff)
downloadqutebrowser-41febf947555ce2e91790c8dc1e4f4c222b00952.tar.gz
qutebrowser-41febf947555ce2e91790c8dc1e4f4c222b00952.zip
requirements: Use older pluggy
See https://github.com/Bachmann1234/diff_cover/issues/249
-rw-r--r--misc/requirements/requirements-tests.txt-raw3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index ab580ac4b..cfc98b3e3 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -11,6 +11,9 @@ pytest-mock
pytest-qt
pytest-rerunfailures
+## WORKAROUND for https://github.com/Bachmann1234/diff_cover/issues/249
+pluggy<1.0.0
+
## optional:
# To test :debug-trace, gets skipped if hunter is not installed
hunter