Author: Manuel Jacob <[email protected]>
Branch: py3.3
Changeset: r82142:52c94a3c2dc9
Date: 2016-02-10 14:02 +0100
http://bitbucket.org/pypy/pypy/changeset/52c94a3c2dc9/

Log:    Skip this test, which fails on CPython 3.3 as well (but not on later
        versions).

diff --git a/pypy/module/imp/test/test_import.py 
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.py
+++ b/pypy/module/imp/test/test_import.py
@@ -692,6 +692,7 @@
         del sys.modules['itertools']
 
     def test_invalid_pathname(self):
+        skip("This test fails on CPython 3.3, but passes on CPython 3.4+")
         import imp
         import pkg
         import os
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to