We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3253ae6 commit 1728c0dCopy full SHA for 1728c0d
tests/python/python_tests.bzl
@@ -307,7 +307,7 @@ def _test_toolchain_ordering(env):
307
for t in py.toolchains
308
]
309
310
- env.expect.that_str(py.default_python_version).equals("3.11")
+ env.expect.that_str(py.default_python_version).equals("3.11.11")
311
env.expect.that_dict(py.config.minor_mapping).contains_exactly({
312
"3.10": "3.10.16",
313
"3.11": "3.11.11",
0 commit comments