summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-12 08:38:05 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-05-12 08:38:05 +0200
commit047a44c4c154125d248464813bb8fff5fd3ea9b5 (patch)
tree681b391498dc16f7380c4c309367791aaf939b6c
parentf2c969da5856f4ad18ffb0e0b6d48fe435dda359 (diff)
downloadqutebrowser-047a44c4c154125d248464813bb8fff5fd3ea9b5.tar.gz
qutebrowser-047a44c4c154125d248464813bb8fff5fd3ea9b5.zip
requirements: Remove icdiff
The native pytest output often seems better
-rw-r--r--misc/requirements/requirements-tests.txt5
-rw-r--r--misc/requirements/requirements-tests.txt-raw2
-rw-r--r--scripts/dev/changelog_urls.json3
3 files changed, 0 insertions, 10 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index 316c9146d..e3b0dcd4b 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -13,9 +13,7 @@ Flask==2.1.2
glob2==0.7
hunter==3.4.3
hypothesis==6.46.2
-icdiff==2.0.5
idna==3.3
-importlib-metadata==4.11.3
iniconfig==1.1.1
itsdangerous==2.1.2
jaraco.functools==3.5.0
@@ -28,7 +26,6 @@ packaging==21.3
parse==1.19.0
parse-type==0.6.0
pluggy==1.0.0
-pprintpp==0.4.0
py==1.11.0
py-cpuinfo==8.0.0
Pygments==2.12.0
@@ -38,7 +35,6 @@ pytest-bdd==4.1.0
pytest-benchmark==3.4.1
pytest-cov==3.0.0
pytest-forked==1.4.0
-pytest-icdiff==0.5
pytest-instafail==0.4.2
pytest-mock==3.7.0
pytest-qt==4.0.2
@@ -58,4 +54,3 @@ tomli==2.0.1
urllib3==1.26.9
vulture==2.3
Werkzeug==2.1.2
-zipp==3.8.0
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index 5586a86ef..f5edc9b6d 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -28,8 +28,6 @@ pytest-xvfb
PyVirtualDisplay
# To run on multiple cores with -n
pytest-xdist
-# For nicer output
-pytest-icdiff
# Needed to test misc/userscripts/qute-lastpass
tldextract
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index cc7a6f639..0b6b071c5 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -119,9 +119,6 @@
"tldextract": "https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md",
"typing_extensions": "https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG",
"diff-cover": "https://github.com/Bachmann1234/diff_cover/blob/master/CHANGELOG",
- "pytest-icdiff": "https://github.com/hjwp/pytest-icdiff/blob/master/HISTORY.rst",
- "icdiff": "https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog",
- "pprintpp": "https://github.com/wolever/pprintpp/blob/master/CHANGELOG.txt",
"beautifulsoup4": "https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG",
"check-manifest": "https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst",
"yamllint": "https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst",