Author: Stefano Rivera <[email protected]>
Branch:
Changeset: r2639:d7cbf9223795
Date: 2016-02-17 16:28 -0800
http://bitbucket.org/cffi/cffi/changeset/d7cbf9223795/
Log: distribute folded back into setuptools a while ago. This option has
no effect any more
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', '--distribute',
+ subprocess.check_call(['virtualenv',
'-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