From 398ea2141c8e0f95c8d90f1181143fa2a1fab788 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Tue, 30 Sep 2014 20:25:36 +0300 Subject: Remove flaky test, especially for PyPy. --- test/input/func_indexing_exceptions_py_30.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/input/func_indexing_exceptions_py_30.py b/test/input/func_indexing_exceptions_py_30.py index 95efb6c..460d74a 100644 --- a/test/input/func_indexing_exceptions_py_30.py +++ b/test/input/func_indexing_exceptions_py_30.py @@ -3,7 +3,7 @@ Check for indexing exceptions. """ # pylint: disable=import-error __revision__ = 0 -import socket + from unknown import ExtensionException class SubException(IndexError): @@ -13,4 +13,3 @@ _ = IndexError("test")[0] _ = ZeroDivisionError("error")[0] _ = ExtensionException("error")[0] _ = SubException("error")[1] -_ = socket.error("socket")[0] -- cgit v1.2.1