[Piglit] [PATCH 1/2] tox.ini: Set the mako version to the minimum version in cmake
Dylan Baker
baker.dylan.c at gmail.com
Thu Feb 11 23:24:34 UTC 2016
We actually define a minimum required mako version in cmake. Since tox
is supposed to be useful for testing, we should test that version.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index bc65672..d7a93e6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist=True
[testenv]
passenv=HOME
deps =
- mako
+ mako==0.8.0
nose
coverage
six==1.5.2
--
2.7.1
More information about the Piglit
mailing list