Author: Ronny Pfannschmidt <[email protected]>
Branch:
Changeset: r1110:15697595208a
Date: 2013-01-02 15:06 +0100
http://bitbucket.org/cffi/cffi/changeset/15697595208a/
Log: integration test: always pass --distribute to virtualenv, addresses
#49
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