Skip to content

Commit 6ad9f4a

Browse files
committed
fix tests
1 parent 7a9ccf2 commit 6ad9f4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/private/pip_config_settings/pip_config_settings_tests.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ def pip_config_settings_test_suite(name): # buildifier: disable=function-docstr
479479
pip_config_settings(
480480
name = "dummy",
481481
python_versions = ["3.8", "3.9", "3.10"],
482-
glibc_versions = ["2.14", "2.17"],
483-
muslc_versions = ["1.1"],
484-
osx_versions = ["10.9", "11.0"],
482+
glibc_versions = [(2, 14), (2, 17)],
483+
muslc_versions = [(1, 1)],
484+
osx_versions = [(10, 9), (11, 0)],
485485
target_platforms = [
486486
"windows_x86_64",
487487
"windows_aarch64",

0 commit comments

Comments
 (0)