[Piglit] [PATCH 1/6] tox.ini: don't install psutil in the generator profile
Dylan Baker
baker.dylan.c at gmail.com
Thu Mar 3 01:20:57 UTC 2016
It's not used by the generators.
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 a1556fa..3b360ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
six==1.5.2
accel: simplejson
accel: lxml
- py27-accel,py{33,34,35}: psutil
+ py27-accel,py{33,34,35}-{accel,noaccel}: psutil
py27-{accel,noaccel}: mock==1.0.1
py27-accel: backports.lzma
py27-accel: subprocess32
--
2.7.2
More information about the Piglit
mailing list