Fix deprecated method function call.

Method signature has changed in python 3.11, so need to update this.

Bug:40942322
Change-Id: I829826a52d936edd5db3cdeff1e452a80be7316d
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/5609994
Commit-Queue: Ben Joyce <bjoyce@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Haiyang Pan <hypan@google.com>
NOKEYCHECK=True
GitOrigin-RevId: 7f6644f06659fa75597acc492b928a580a822b01
2 files changed
tree: 1fffa9a623d6b78cfa2f2181cbb4ed01cad14b2c
  1. libs/
  2. tests/
  3. third_party/
  4. utils/
  5. .gitignore
  6. auth.py
  7. cipd.py
  8. errors.py
  9. LICENSE
  10. local_caching.py
  11. LUCI_CONTEXT.md
  12. OWNERS
  13. PRESUBMIT.py
  14. README.md
  15. README.py
  16. run_isolated.py
  17. swarming.py
  18. test.py
  19. unittest.cfg
  20. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.