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.ba...@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

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to