Author: Ronan Lamy <[email protected]>
Branch: py3k
Changeset: r86891:0b9f47589e08
Date: 2016-08-31 16:50 +0100
http://bitbucket.org/pypy/pypy/changeset/0b9f47589e08/

Log:    Skip test_random_attr.py on pypy3

diff --git a/pypy/objspace/std/test/test_random_attr.py 
b/pypy/objspace/std/test/test_random_attr.py
--- a/pypy/objspace/std/test/test_random_attr.py
+++ b/pypy/objspace/std/test/test_random_attr.py
@@ -1,4 +1,5 @@
 import pytest
+pytest.skip("This cannot possibly work on pypy3")
 import sys
 try:
     import __pypy__
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to