[pypy-commit] pypy default: update to cffi/914388b2b8b8

arigo pypy.commits at gmail.com
Sat Feb 16 10:26:58 EST 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r96030:f7ca84265e13
Date: 2019-02-16 16:26 +0100
http://bitbucket.org/pypy/pypy/changeset/f7ca84265e13/

Log:	update to cffi/914388b2b8b8

diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py
--- a/pypy/module/_cffi_backend/test/_backend_test_c.py
+++ b/pypy/module/_cffi_backend/test/_backend_test_c.py
@@ -1,7 +1,7 @@
 # ____________________________________________________________
 
 import sys
-assert __version__ == "1.12.0", ("This test_c.py file is for testing a version"
+assert __version__ == "1.12.1", ("This test_c.py file is for testing a version"
                                  " of cffi that differs from the one that we"
                                  " get from 'import _cffi_backend'")
 if sys.version_info < (3,):


More information about the pypy-commit mailing list