From 40ce320bb013f850a47d32781dd2f77a4d7927fa Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 6 Mar 2015 15:33:32 -0800 Subject: [PATCH] Temporarily stop building mumpy wheel It turns out we aren't actually using this wheel since we are still installing the deb python-numpy, and building numpy takes several minutes which is a lot considering we do it on every single dsvm job. So until we have wheel caching in place, and are actually using the version we build ourselves, stop wasting time. Change-Id: I7643c55598e5ecc29ea708c537818b37a8047d4b --- files/venv-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/venv-requirements.txt b/files/venv-requirements.txt index 8417b92408..e473a2fe02 100644 --- a/files/venv-requirements.txt +++ b/files/venv-requirements.txt @@ -2,7 +2,7 @@ cryptography lxml MySQL-python netifaces -numpy +#numpy # slowest wheel by far, stop building until we are actually using the output posix-ipc psycopg2 pycrypto