summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2017-12-18 13:29:16 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2017-12-19 11:44:08 +0100
commit2f60e31adb1bcd017828d56f1f22f476e7925ee5 (patch)
treee85e1ae8a0ef4ce9ce421f6a5f6ebdd7c6305640 /tox.ini
parentd56ed4a6d52006ec207481d6fa9ec4c04e7dd4d3 (diff)
tox: stick to pytest 3.2.5
Newer pytest versions (>=3.3.) require new versions of PythonSix (>=1.10.0). We want to keep the current PythonSix version required by piglit. So let's keep using a pytest version that doesn't force us to increase PythonSix. Reviewed-by: Andres Gomez <agomez@igalia.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c1b7a0104..12e8abd9f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ deps =
py27-accel-nix: backports.lzma
py27-accel-nix: subprocess32
py{35,36}: mako==1.0.2
- pytest>=3.0.3
+ pytest==3.2.5
pytest-mock
pytest-pythonpath
pytest-raises