Author: Armin Rigo <ar...@tunes.org> Branch: py3.5 Changeset: r89607:7c74a79913f5 Date: 2017-01-16 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/7c74a79913f5/
Log: skip test on pypy diff --git a/lib-python/3/test/test_logging.py b/lib-python/3/test/test_logging.py --- a/lib-python/3/test/test_logging.py +++ b/lib-python/3/test/test_logging.py @@ -3407,6 +3407,7 @@ logging.setLoggerClass(logging.Logger) self.assertEqual(logging.getLoggerClass(), logging.Logger) + @support.cpython_only # PyPy doesn't call __del__() at shutdown def test_logging_at_shutdown(self): # Issue #20037 code = """if 1: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit