summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-09-02 16:24:35 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-09-02 16:24:35 -0700
commit286dbf3e3fb5cac8caaeef46cb20bc85a7b24f35 (patch)
treea0e297eba6f80b57a74d389270c511a06f294ad4 /tox.ini
parentb252362799a1f97108cf8b1c75efcedf5a58a708 (diff)
tox: Don't use pytest 3.0.2
There is a known issue[1], that causes this version to break piglit's unitests. There is a fix queued for 3.0.3, and when that's released this can be changed to '>=3.0.3'. In the meantime this patch fixes it by not letting tox install the bad version. [1] https://github.com/pytest-dev/pytest/issues/1905 Signed-off-by: Dylan Baker <dylanx.c.baker@intel.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 12cdddbb5..fe7921be1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ deps =
py27-accel-nix: backports.lzma
py27-accel-nix: subprocess32
py35: mako==1.0.2
- pytest
+ pytest<3.0.2
pytest-mock
pytest-pythonpath
pytest-raises