Skip to content

Commit ac76b7a

Browse files
committed
ci: Skip cp313-musllinux_i686 tests
This configuration has a bug which appears unrelated to Tornado: python/cpython#130522
1 parent 4ef1125 commit ac76b7a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ archs = "AMD64 x86 ARM64"
1818
test-command = "python -m tornado.test --fail-if-logs=false"
1919
# Arm builds are cross-compiled and cannot be tested on the x86 host
2020
test-skip = "*-win_arm64"
21+
22+
[tool.cibuildwheel.linux]
23+
# This configuration has a bug which appears unrelated to Tornado:
24+
# https://github.com/python/cpython/issues/130522
25+
# If the underlying bug is not fixed by the time 3.14 is released,
26+
# we may need to skip that in musllinux_i686 as well.
27+
#
28+
# Note that because we use the stable ABI, the wheels built for
29+
# cp39-musllinux_i686 will still be available for users of 3.13, this just
30+
# means we won't be testing them in this configuration.
31+
test-skip = "cp313-musllinux_i686"

0 commit comments

Comments
 (0)