pulumi/sdk/python/lib/test/automation
Aaron Friel 6d2492f04b chore: update and synchronize most shared deps across go modules
Stacked on PR#11964, this more aggressively updates dependencies that are common
between multiple go.mod files and updates dependencies of test modules.

The result of this and previous PRs is:

* Greater confidence that we are testing against and relying on more recently
  reviewed upstream dependencies
* A >50% reduction in module size to download all of the dependencies of the CLI
repository.

This commit was created by running:

```sh
(cd pkg && go get -u ./...)
(cd tests && go get -u ./...)
make tidy
```
2023-01-24 18:23:23 -08:00
..
data chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
errors chore: update and synchronize most shared deps across go modules 2023-01-24 18:23:23 -08:00
__init__.py [Automation API] Python Implementation (#5979) 2021-01-12 16:55:59 -08:00
test_errors.py ci: Skip Python service tests when access token is absent 2022-09-14 15:19:06 -07:00
test_isolation.py ci: Skip Python service tests when access token is absent 2022-09-14 15:19:06 -07:00
test_local_workspace.py [auto/python] Test remote operations 2022-11-09 05:32:41 -08:00
test_remote_workspace.py [auto] Add SkipInstallDependencies option for remote workspaces 2022-12-19 10:27:01 -05:00
test_utils.py [auto/python] Test remote operations 2022-11-09 05:32:41 -08:00