enable some tests for mac on python3

And updated the reason of skip for tests in osx_test.py.

Bug: 1101705
Change-Id: I624084910814a124ecb2c17e7fb9552468bfefc9
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2338554
Commit-Queue: Ye Kuang <yekuang@google.com>
Reviewed-by: Ye Kuang <yekuang@google.com>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: d0af7f333ca83e8ea416733891e7e8fd1934b0ba
6 files changed
tree: dc8f2dfa354bc43bd3e8e81812bb2c99de9b5e40
  1. example/
  2. libs/
  3. tests/
  4. third_party/
  5. tools/
  6. utils/
  7. .gitignore
  8. auth.py
  9. cipd.py
  10. isolate.py
  11. isolate_format.py
  12. isolate_storage.py
  13. isolated_format.py
  14. isolateserver.py
  15. LICENSE
  16. local_caching.py
  17. LUCI_CONTEXT.md
  18. OWNERS
  19. PRESUBMIT.py
  20. README.md
  21. README.py
  22. run_isolated.py
  23. swarming.py
  24. test.py
  25. trace_inputs.py
  26. unittest.cfg
  27. update_isolated.sh
  28. 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.