[pypy-commit] pypy default: Fix the cpython test for newer pypy versions, with a comment

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95148:c8d93fa469ba Date: 2018-09-19 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/c8d93fa469ba/ Log:Fix the cpython test for newer pypy versions, with a comment diff --git a/lib-python/2.7/test/test_inspect.py

[pypy-commit] pypy default: oops

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95147:99b6e798bdad Date: 2018-09-19 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/99b6e798bdad/ Log:oops diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/functional.py +++

[pypy-commit] pypy default: fix test

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95145:4ffcc8f9acd4 Date: 2018-09-19 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/4ffcc8f9acd4/ Log:fix test diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: import cffi/e2e324a2f13e

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95144:de869e4e2609 Date: 2018-09-19 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/de869e4e2609/ Log:import cffi/e2e324a2f13e diff --git a/lib_pypy/cffi/setuptools_ext.py b/lib_pypy/cffi/setuptools_ext.py --- a/lib_pypy/cffi/setuptools_ext.py

[pypy-commit] cffi default: Issue #384

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r3164:e2e324a2f13e Date: 2018-09-19 17:05 +0200 http://bitbucket.org/cffi/cffi/changeset/e2e324a2f13e/ Log:Issue #384 Un-ignore the warnings when testing for them, in case someone runs py.test with the PYTHONWARNINGS environment

[pypy-commit] pypy py3.6: Add GC collects to test_tracemalloc - Now gives the expected warning

2018-09-19 Thread David C Ellis
Author: David C Ellis Branch: py3.6 Changeset: r95142:7eda7fcc5e0f Date: 2018-09-19 14:06 +0100 http://bitbucket.org/pypy/pypy/changeset/7eda7fcc5e0f/ Log:Add GC collects to test_tracemalloc - Now gives the expected warning Test still fails as the message is different diff --git

[pypy-commit] pypy py3.6: Add GC collect to lock_tests weakref delete test.

2018-09-19 Thread David C Ellis
Author: David C Ellis Branch: py3.6 Changeset: r95141:5f0d3bf975f8 Date: 2018-09-19 12:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5f0d3bf975f8/ Log:Add GC collect to lock_tests weakref delete test. diff --git a/lib-python/3/test/lock_tests.py b/lib-python/3/test/lock_tests.py ---

[pypy-commit] pypy py3.6: Merged in davidcellis/pypy/py3.6 (pull request #626)

2018-09-19 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r95143:ea84fbbcd9bd Date: 2018-09-19 13:43 + http://bitbucket.org/pypy/pypy/changeset/ea84fbbcd9bd/ Log:Merged in davidcellis/pypy/py3.6 (pull request #626) Add GC collects to tests expecting resource warnings diff --git

[pypy-commit] pypy py3.6: Skip test that uses pythonapi on pypy

2018-09-19 Thread john-aldis-osirium
Author: John Aldis Branch: py3.6 Changeset: r95140:386a109966ab Date: 2018-09-19 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/386a109966ab/ Log:Skip test that uses pythonapi on pypy diff --git a/lib-python/3/test/test_bytes.py b/lib-python/3/test/test_bytes.py ---