[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test_signal for non-windows

2022-01-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 3d3191fd by Matti Picus at 2022-01-06T13:15:41+02:00 fix test_signal for non-windows --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/signal/test/test_signal.py View it on Heptapod: https://foss.heptapod.net/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix test for when _locale.setlocale(_locale.LC_CTYPE, None) == "C"

2022-01-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1ea17ee5 by Matti Picus at 2022-01-07T13:17:09+02:00 fix test for when _locale.setlocale(_locale.LC_CTYPE, None) == "C" --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/test/test_app_main.py View it on He

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: make sure warnings are caught in test

2022-01-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b5e53477 by Matti Picus at 2022-01-07T13:45:24+02:00 make sure warnings are caught in test --HG-- branch : py3.7 - - - - - 4622eaf1 by Matti Picus at 2022-01-07T14:07:59+02:00 simplify test_warn_unicode which should make it pas