File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515""
1616
17- load ("@pythons_hub//:versions.bzl" , "MINOR_MAPPING " , "DEFAULT_PYTHON_VERSION " )
17+ load ("@pythons_hub//:versions.bzl" , "DEFAULT_PYTHON_VERSION " , "MINOR_MAPPING " )
1818load ("//python:versions.bzl" , "PLATFORMS" , "TOOL_VERSIONS" )
19- load ("//python/private:full_version.bzl" , "full_version" )
19+ load ("//python/private:full_version.bzl" , "full_version" ) # buildifier: disable=bzl-visibility
2020load ("//tests/support:sh_py_run_test.bzl" , "py_reconfig_test" )
2121
2222def define_toolchain_tests (name ):
@@ -61,7 +61,7 @@ def define_toolchain_tests(name):
6161 minor_mapping = MINOR_MAPPING ,
6262 )
6363 default_version_tests = {
64- (None , default_version ): "default_version_test"
64+ (None , default_version ): "default_version_test" ,
6565 }
6666 tests = exact_version_tests | minor_mapping_tests | default_version_tests
6767
You can’t perform that action at this time.
0 commit comments