From f980c70997eb9748ed169d486489ab3d0d2002af Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 15 Feb 2017 18:11:16 +0300 Subject: tests/basic/: Make various tests skippable. To run the testsuite on small ports. --- tests/basics/op_error.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/basics/op_error.py') diff --git a/tests/basics/op_error.py b/tests/basics/op_error.py index 19ce04bc5..5ba6a80e2 100644 --- a/tests/basics/op_error.py +++ b/tests/basics/op_error.py @@ -20,7 +20,6 @@ test_exc("False in True", TypeError) test_exc("1 * {}", TypeError) test_exc("1 in 1", TypeError) test_exc("bytearray() // 2", TypeError) -test_exc("m = memoryview(bytearray())\nm += bytearray()", TypeError) # object with buffer protocol needed on rhs test_exc("bytearray(1) + 1", TypeError) -- cgit v1.2.3