Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3.3
Changeset: r75198:078576d9d66c
Date: 2015-01-01 16:10 +0100
http://bitbucket.org/pypy/pypy/changeset/078576d9d66c/
Log: Skip c_bisect tests
diff --git a/lib-python/3/test/test_bisect.py b/lib-python/3/test/test_bisect.py
--- a/lib-python/3/test/test_bisect.py
+++ b/lib-python/3/test/test_bisect.py
@@ -202,6 +202,7 @@
class TestBisectPython(TestBisect, unittest.TestCase):
module = py_bisect
[email protected](c_bisect, 'requires _bisect')
class TestBisectC(TestBisect, unittest.TestCase):
module = c_bisect
@@ -237,6 +238,7 @@
class TestInsortPython(TestInsort, unittest.TestCase):
module = py_bisect
[email protected](c_bisect, 'requires _bisect')
class TestInsortC(TestInsort, unittest.TestCase):
module = c_bisect
@@ -292,6 +294,7 @@
class TestErrorHandlingPython(TestErrorHandling, unittest.TestCase):
module = py_bisect
[email protected](c_bisect, 'requires _bisect')
class TestErrorHandlingC(TestErrorHandling, unittest.TestCase):
module = c_bisect
@@ -319,6 +322,7 @@
class TestDocExamplePython(TestDocExample, unittest.TestCase):
module = py_bisect
[email protected](c_bisect, 'requires _bisect')
class TestDocExampleC(TestDocExample, unittest.TestCase):
module = c_bisect
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit