Skip to content

Commit 4ae1c73

Browse files
committed
Fix a test that explicitly chooses pypy
1 parent 5d5e187 commit 4ae1c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_abi_variants.py

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def test_abi_none(tmp_path, capfd):
183183
"CIBW_TEST_COMMAND": f"{utils.invoke_pytest()} ./test",
184184
# limit the number of builds for test performance reasons
185185
"CIBW_BUILD": "cp38-* cp{}{}-* cp313t-* pp310-*".format(*utils.SINGLE_PYTHON_VERSION),
186+
"CIBW_ENABLE": "all",
186187
},
187188
)
188189

0 commit comments

Comments
 (0)