summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-02 23:11:38 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-02 23:11:38 +0200
commita1131f41a9b6f14b8753e941af264259d1225283 (patch)
tree295ef79620f2c0f0e6bf5670359d0d823c778cfa
parent2db4120cfa68921503ab6700553dc18adecf7345 (diff)
downloadqutebrowser-a1131f41a9b6f14b8753e941af264259d1225283.tar.gz
qutebrowser-a1131f41a9b6f14b8753e941af264259d1225283.zip
Do the Python 3.5 dance for pytest-icdiff
-rw-r--r--misc/requirements/requirements-tests.txt6
-rw-r--r--misc/requirements/requirements-tests.txt-raw4
2 files changed, 7 insertions, 3 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index b0b1bccad..80025786f 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -15,7 +15,7 @@ Flask==1.1.2
glob2==0.7
hunter==3.2.2
hypothesis==5.36.1 ; python_version>="3.6"
-icdiff==1.9.1
+icdiff==1.9.1 ; python_version>="3.6"
idna==2.10
iniconfig==1.0.1
itsdangerous==1.1.0
@@ -29,7 +29,7 @@ packaging==20.4
parse==1.18.0
parse-type==0.5.2
pluggy==0.13.1
-pprintpp==0.4.0
+pprintpp==0.4.0 ; python_version>="3.6"
py==1.9.0
py-cpuinfo==7.0.0
Pygments==2.7.1
@@ -40,7 +40,7 @@ pytest-benchmark==3.2.3
pytest-clarity==0.3.0a0
pytest-cov==2.10.1
pytest-forked==1.3.0
-pytest-icdiff==0.5
+pytest-icdiff==0.5 ; python_version>="3.6"
pytest-instafail==0.4.2
pytest-mock==3.3.1
pytest-qt==3.3.0
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index 424da9279..90a0497e2 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -34,6 +34,10 @@ pytest-clarity
# Needed to test misc/userscripts/qute-lastpass
tldextract
+#@ markers: pytest-icdiff python_version>="3.6"
+#@ markers: icdiff python_version>="3.6"
+#@ markers: pprintpp python_version>="3.6"
+
#@ markers: jaraco.functools python_version>="3.6"
#@ add: jaraco.functools==2.0; python_version<"3.6"