Skip to content

Commit 6c6fea1

Browse files
committed
more cleanup
1 parent d768b8a commit 6c6fea1

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

examples/bzlmod/b/pyproject.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/integration/local_toolchains/MODULE.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
module(name = "module_under_test")
1515

1616
bazel_dep(name = "rules_python", version = "0.0.0")
17-
bazel_dep(name = "platforms", version = "0.0.11")
18-
1917
local_path_override(
2018
module_name = "rules_python",
2119
path = "../../..",

tests/runtime_env_toolchain/BUILD.bazel

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
)

0 commit comments

Comments
 (0)