File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
integration/local_toolchains Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414module (name = "module_under_test" )
1515
1616bazel_dep (name = "rules_python" , version = "0.0.0" )
17- bazel_dep (name = "platforms" , version = "0.0.11" )
18-
1917local_path_override (
2018 module_name = "rules_python" ,
2119 path = "../../.." ,
Original file line number Diff line number Diff line change @@ -31,14 +31,8 @@ py_reconfig_test(
3131 ],
3232 main = "toolchain_runs_test.py" ,
3333 # Our RBE has Python 3.6, which is too old for the language features
34- # we use now.
34+ # we use now. Using the runtime-env toolchain on RBE is pretty
35+ # questionable anyways.
3536 tags = ["no-remote-exec" ],
3637 deps = ["//python/runfiles" ],
3738)
38-
39- config_setting (
40- name = "is_host" ,
41- constraint_values = [
42- "@platforms//host:host" ,
43- ],
44- )
You can’t perform that action at this time.
0 commit comments