Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1113:ef0728d36e2b
Date: 2013-01-02 22:42 +0100
http://bitbucket.org/cffi/cffi/changeset/ef0728d36e2b/

Log:    merge heads

diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py
--- a/testing/test_zintegration.py
+++ b/testing/test_zintegration.py
@@ -6,7 +6,8 @@
 def create_venv(name):
     tmpdir = udir.join(name)
     try:
-        subprocess.check_call(['virtualenv', '-p', sys.executable,
+        subprocess.check_call(['virtualenv', '--distribute',
+                               '-p', sys.executable,
                                str(tmpdir)])
     except OSError, e:
         py.test.skip("Cannot execute virtualenv: %s" % (e,))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to