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 2e912f9 commit 80cd0d9Copy full SHA for 80cd0d9
tests/python/python_tests.bzl
@@ -149,6 +149,7 @@ def _test_default(env):
149
"base_url",
150
"ignore_root_user_error",
151
"tool_versions",
152
+ "platforms",
153
])
154
env.expect.that_bool(py.config.default["ignore_root_user_error"]).equals(True)
155
env.expect.that_str(py.default_python_version).equals("3.11")
0 commit comments