]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ci: Skip cp313-musllinux_i686 tests 3464/head
authorBen Darnell <ben@bendarnell.com>
Mon, 24 Feb 2025 18:55:23 +0000 (13:55 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 24 Feb 2025 20:17:59 +0000 (15:17 -0500)
This configuration has a bug which appears unrelated to Tornado:
https://github.com/python/cpython/issues/130522

pyproject.toml

index 165cd868075e339bf9aa85e61a8701cde98af67b..a4a799974f3a1936b305736efe5c3b7b119d7d1e 100644 (file)
@@ -18,3 +18,14 @@ archs = "AMD64 x86 ARM64"
 test-command = "python -m tornado.test --fail-if-logs=false"
 # Arm builds are cross-compiled and cannot be tested on the x86 host
 test-skip = "*-win_arm64"
+
+[tool.cibuildwheel.linux]
+# This configuration has a bug which appears unrelated to Tornado:
+# https://github.com/python/cpython/issues/130522
+# If the underlying bug is not fixed by the time 3.14 is released,
+# we may need to skip that in musllinux_i686 as well.
+#
+# Note that because we use the stable ABI, the wheels built for
+# cp39-musllinux_i686 will still be available for users of 3.13, this just
+# means we won't be testing them in this configuration.
+test-skip = "cp313-musllinux_i686"