8000
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 def63ad commit 7262403Copy full SHA for 7262403
python/config_settings/transition.bzl
@@ -62,7 +62,7 @@ def _transition_py_impl(ctx):
62
# RunEnvironmentInfo is not exposed in Bazel < 5.3.
63
# https://github.com/bazelbuild/rules_python/issues/901
64
# https://github.com/bazelbuild/bazel/commit/dbdfa07e92f99497be9c14265611ad2920161483
65
- testing.TestEnvironment(environment = env),
+ testing.TestEnvironment(env),
66
]
67
return providers
68
0 commit comments