[pypy-commit] cffi default: distribute folded back into setuptools a while ago. This option has no effect any more

stefanor pypy.commits at gmail.com
Wed Feb 17 19:33:17 EST 2016


Author: Stefano Rivera <stefano at rivera.za.net>
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:


More information about the pypy-commit mailing list