[pypy-commit] pypy stdlib-3.6.9: Skip CPython-specific test

rlamy pypy.commits at gmail.com
Mon Aug 5 11:29:55 EDT 2019


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: stdlib-3.6.9
Changeset: r97061:b85f5377415f
Date: 2019-08-05 16:29 +0100
http://bitbucket.org/pypy/pypy/changeset/b85f5377415f/

Log:	Skip CPython-specific test

diff --git a/lib-python/3/test/test_importlib/test_util.py b/lib-python/3/test/test_importlib/test_util.py
--- a/lib-python/3/test/test_importlib/test_util.py
+++ b/lib-python/3/test/test_importlib/test_util.py
@@ -762,6 +762,7 @@
     """
     Test release compatibility issues relating to importlib
     """
+    @support.cpython_only
     @unittest.skipUnless(
         sys.version_info.releaselevel in ('candidate', 'final'),
         'only applies to candidate or final python release levels'


More information about the pypy-commit mailing list