Skip to content

Commit

Permalink
ensure tests run on prerelease Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Jun 13, 2022
1 parent aa75342 commit 4bffacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def globals(self) -> GlobalOptions:
requires_python=requires_python,
prerelease_pythons=prerelease_pythons,
)
test_selector = TestSelector(skip_config=test_skip)
test_selector = TestSelector(skip_config=test_skip, prerelease_pythons=prerelease_pythons)

archs_config_str = args.archs or self.reader.get("archs", sep=" ")
architectures = Architecture.parse_config(archs_config_str, platform=self.platform)
Expand Down

0 comments on commit 4bffacc

Please sign in to comment.