Author: Ronan Lamy <[email protected]>
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'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to