Author: Stefano Rivera <[email protected]>
Branch: 
Changeset: r2640:d4815257b3cb
Date: 2016-02-17 16:33 -0800
http://bitbucket.org/cffi/cffi/changeset/d4815257b3cb/

Log:    Recent releases of virtualenv default to downloading new pip, etc.
        We don't need to do that

diff --git a/testing/cffi0/test_zintegration.py 
b/testing/cffi0/test_zintegration.py
--- a/testing/cffi0/test_zintegration.py
+++ b/testing/cffi0/test_zintegration.py
@@ -11,7 +11,7 @@
 def create_venv(name):
     tmpdir = udir.join(name)
     try:
-        subprocess.check_call(['virtualenv',
+        subprocess.check_call(['virtualenv', '--never-download',
                                '-p', os.path.abspath(sys.executable),
                                str(tmpdir)])
     except OSError as e:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to