Remove PYTHON_VERSION_COMPATIBILITY from cipd example
This test's expectation files include exception strings, which differ between py2 and py3. This didn't actually break the tests in the past because one of the cipd module's transitive dependencies, `recipe_engine/proto`, was not py3-compatible, so the test results were ignored. However, I'm working on making `recipe_engine/proto` py3-compatible, and now that it is compatible, these test failures are considered fatal. See https://logs.chromium.org/logs/infra/buildbucket/cr-buildbucket/8837185422185352433/+/u/train_recipes_at_upstream_CL/stdout I imagine the exception-formatting issue will eventually by fixed in the recipe engine, but until that happens these tests can't be considered py3-compatible. Bug: 1227140 Change-Id: I75b2b9c0090f418cb412d497e914a30155c2b12b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3140151 Auto-Submit: Oliver Newman <olivernewman@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Oliver Newman <olivernewman@google.com>
Showing
Please
register
or
sign in
to comment