Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89416:52da0cf18848
Date: 2017-01-08 16:03 +0100
http://bitbucket.org/pypy/pypy/changeset/52da0cf18848/
Log: this test is really CPython-only
diff --git a/lib-python/3/test/test_warnings/__init__.py
b/lib-python/3/test/test_warnings/__init__.py
--- a/lib-python/3/test/test_warnings/__init__.py
+++ b/lib-python/3/test/test_warnings/__init__.py
@@ -1009,6 +1009,7 @@
rc, out, err = assert_python_ok("-c", code)
self.assertEqual(err, b'-c:7: UserWarning: test')
+ @support.cpython_only
def test_late_resource_warning(self):
# Issue #21925: Emitting a ResourceWarning late during the Python
# shutdown must be logged.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit