[pypy-commit] pypy default: reimport cffi

fijal noreply at buildbot.pypy.org
Wed Apr 3 08:22:55 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r62936:713dc024b11b
Date: 2013-04-03 08:21 +0200
http://bitbucket.org/pypy/pypy/changeset/713dc024b11b/

Log:	reimport cffi

diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py b/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py
--- a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py
+++ b/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py
@@ -7,7 +7,7 @@
     tmpdir = udir.join(name)
     try:
         subprocess.check_call(['virtualenv', '--distribute',
-                               '-p', sys.executable,
+                               '-p', os.path.abspath(sys.executable),
                                str(tmpdir)])
     except OSError as e:
         py.test.skip("Cannot execute virtualenv: %s" % (e,))


More information about the pypy-commit mailing list