[Piglit] [PATCH] tox: use pytest >= 3.0.3
Juan A. Suarez Romero
jasuarez at igalia.com
Thu Oct 19 09:08:59 UTC 2017
This is an improvement over 286dbf3e3fb5, which banned 3.0.2 due an
issue that break piglit unittests.
This also fixes a break in in Travis CI.
Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
---
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 01cf445b9..c1b7a0104 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.2
+ pytest>=3.0.3
pytest-mock
pytest-pythonpath
pytest-raises
--
2.13.6
More information about the Piglit
mailing list