You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On cibuildwheel==2.6.1, when running with CIBW_PRERELEASE_PYTHONS=1, any configured test command is always skipped when targeting a pre-release Python version. A quick glance at the code makes me think it's an unintended consequence of having TestSelector inherit the prerelease exclusion behavior from IdentifierSelector.
Description
On cibuildwheel==2.6.1, when running with
CIBW_PRERELEASE_PYTHONS=1
, any configured test command is always skipped when targeting a pre-release Python version. A quick glance at the code makes me think it's an unintended consequence of havingTestSelector
inherit the prerelease exclusion behavior fromIdentifierSelector
.Build log
https://github.com/rolpdog/cffi-mirror/runs/6867587654?check_suite_focus=true
CI config
rolpdog/cffi-mirror@b7a0115#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
The text was updated successfully, but these errors were encountered: