Skip to content

Commit

Permalink
[internal] Upgrade toolchain pants plugin to 0.10.0 (pantsbuild#12044)
Browse files Browse the repository at this point in the history
* toolchain_auth_plugin (used for remote_auth_plugin) now accepts **kwargs so arguments can be added without breaking the interface.
* Fix headers handling in the remoting auth plugin to also support remote execution headers and to not override all headers set outside the plugin.
* Remove dependency on python-dateutil
* Avoid trying to load token from an environment variable unless auth.from_env_var is explicitly set
  • Loading branch information
asherf authored May 10, 2021
1 parent 58825af commit 5a56100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backend_packages.add = [
]
plugins = [
"hdrhistogram", # For use with `--stats-log`.
"toolchain.pants.plugin==0.9.1",
"toolchain.pants.plugin==0.10.0",
]

# The invalidation globs cover the PYTHONPATH by default, but we exclude some files that are on the
Expand Down

0 comments on commit 5a56100

Please sign in to comment.