summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-09-20 10:00:18 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-09-20 10:00:18 +0200
commit2b28ab015d173e0e9d88b4537b38c6f2f94ec4f3 (patch)
treebe5cbd6d5bb6ab2eb8ffb68c8425c8bc92e4061c
parent4c1334b3b9d7ea6b9bb87b2812a22b5bee269514 (diff)
downloadqutebrowser-2b28ab015d173e0e9d88b4537b38c6f2f94ec4f3.tar.gz
qutebrowser-2b28ab015d173e0e9d88b4537b38c6f2f94ec4f3.zip
Revert "requirements: Use older pluggy"
This reverts commit 41febf947555ce2e91790c8dc1e4f4c222b00952. diff_cover now requires pluggy >=1.0.0.
-rw-r--r--misc/requirements/requirements-tests.txt-raw3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index cfc98b3e3..ab580ac4b 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -11,9 +11,6 @@ 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