summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-01-05 11:36:26 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-01-05 11:36:26 +0100
commita90730bea71a35059be6f203f74dfdbd2475cf24 (patch)
treeadef2f659351e6c6c5a6a64f67e054c088073beb
parentc3bcb1d9ba6ab244c2004e2b73fad3de40b77b2d (diff)
downloadqutebrowser-a90730bea71a35059be6f203f74dfdbd2475cf24.tar.gz
qutebrowser-a90730bea71a35059be6f203f74dfdbd2475cf24.zip
Pin pytest to 3.3.1 for now
See https://github.com/pytest-dev/pytest-bdd/issues/229
-rw-r--r--misc/requirements/requirements-tests.txt2
-rw-r--r--misc/requirements/requirements-tests.txt-raw3
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index 90b60df47..d11af3bfc 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -21,7 +21,7 @@ parse-type==0.4.2
pluggy==0.6.0
py==1.5.2
py-cpuinfo==3.3.0
-pytest==3.3.1
+pytest==3.3.1 # rq.filter: != 3.3.2
pytest-bdd==2.19.0
pytest-benchmark==3.1.1
pytest-cov==2.5.1
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index 121689980..174eeb7df 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -4,7 +4,7 @@ coverage
Flask
hunter
hypothesis
-pytest
+pytest==3.3.1
pytest-bdd
pytest-benchmark
pytest-cov
@@ -19,3 +19,4 @@ pytest-xvfb
vulture
#@ ignore: Jinja2, MarkupSafe, colorama
+#@ filter: pytest != 3.3.2