aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Rivera <stefano@rivera.za.net>2020-10-07 17:48:38 -0700
committerStefano Rivera <stefano@rivera.za.net>2020-10-07 17:48:38 -0700
commitd71f09e6be5263a7e8e54028c2356aca0e43e18b (patch)
treec9ccf8d96db2898b8db2277d6b48d276ac88ae7f /lib-python
parentThis is Python 2.x not 3, encode unicode filenames (bpo-25404) (diff)
downloadpypy-d71f09e6be5263a7e8e54028c2356aca0e43e18b.tar.gz
pypy-d71f09e6be5263a7e8e54028c2356aca0e43e18b.tar.bz2
pypy-d71f09e6be5263a7e8e54028c2356aca0e43e18b.zip
test: Skip bpo-33817 test that uses pythonapi
Diffstat (limited to 'lib-python')
-rw-r--r--lib-python/2.7/test/test_str.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-python/2.7/test/test_str.py b/lib-python/2.7/test/test_str.py
index 1545e82d1a..2c53bc07d1 100644
--- a/lib-python/2.7/test/test_str.py
+++ b/lib-python/2.7/test/test_str.py
@@ -479,6 +479,7 @@ class StrTest(
class CAPITest(unittest.TestCase):
# Test PyString_FromFormat()
+ @test_support.cpython_only
def test_from_format(self):
ctypes = test_support.import_module('ctypes')
_testcapi = test_support.import_module('_testcapi')