Skip to content

Commit 3de75f5

Browse files
authored
Remove Toolchain config. (#124)
1 parent a792a8b commit 3de75f5

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

pants.ci.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ remote_cache_write = false
1313

1414
[pytest]
1515
args = ["-vv", "--no-header"]
16-
17-
# Toolchain plugin auth configuration
18-
[auth]
19-
from_env_var = "TOOLCHAIN_AUTH_TOKEN"
20-
org = "pantsbuild"

pants.toml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,6 @@ backend_packages.add = [
1313
"pants.backend.python.typecheck.mypy",
1414
]
1515

16-
# Pants' sponsor, Toolchain, offers remote caching, which can improve your CI performance with minimal configuration.
17-
# Visit https://toolchain.com to enable and try it on your repository
18-
# docs: https://docs.toolchain.com/docs
19-
20-
plugins.add = [
21-
"toolchain.pants.plugin==0.25.0",
22-
]
23-
remote_cache_read = false
24-
remote_cache_write = false
25-
26-
[toolchain-setup]
27-
repo = "example-python"
28-
org = "pantsbuild"
29-
30-
[buildsense]
31-
enable = false
32-
# End Toolchain-specific configuration
33-
3416
[anonymous-telemetry]
3517
enabled = true
3618
repo_id = "3B1D361B-E9F1-49A8-B761-03DCC41FD58E"

0 commit comments

Comments
 (0)