mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
ea2e330e43
Apply rules set by https://gerrit-review.googlesource.com/c/git-repo/+/362954/ across the codebase and fix any lingering errors caught by flake8. Also check black formatting in run_tests (and CQ). Bug: b/267675342 Change-Id: I972d77649dac351150dcfeb1cd1ad0ea2efc1956 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/363474 Reviewed-by: Mike Frysinger <vapier@google.com> Tested-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
103 lines
2.0 KiB
Plaintext
103 lines
2.0 KiB
Plaintext
# This is a vpython "spec" file.
|
|
#
|
|
# Read more about `vpython` and how to modify this file here:
|
|
# https://chromium.googlesource.com/infra/infra/+/main/doc/users/vpython.md
|
|
# List of available wheels:
|
|
# https://chromium.googlesource.com/infra/infra/+/main/infra/tools/dockerbuild/wheels.md
|
|
|
|
python_version: "3.8"
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/pytest-py3"
|
|
version: "version:6.2.2"
|
|
>
|
|
|
|
# Required by pytest==6.2.2
|
|
wheel: <
|
|
name: "infra/python/wheels/py-py2_py3"
|
|
version: "version:1.10.0"
|
|
>
|
|
|
|
# Required by pytest==6.2.2
|
|
wheel: <
|
|
name: "infra/python/wheels/iniconfig-py3"
|
|
version: "version:1.1.1"
|
|
>
|
|
|
|
# Required by pytest==6.2.2
|
|
wheel: <
|
|
name: "infra/python/wheels/packaging-py3"
|
|
version: "version:23.0"
|
|
>
|
|
|
|
# Required by pytest==6.2.2
|
|
wheel: <
|
|
name: "infra/python/wheels/pluggy-py3"
|
|
version: "version:0.13.1"
|
|
>
|
|
|
|
# Required by pytest==6.2.2
|
|
wheel: <
|
|
name: "infra/python/wheels/toml-py3"
|
|
version: "version:0.10.1"
|
|
>
|
|
|
|
# Required by pytest==6.2.2
|
|
wheel: <
|
|
name: "infra/python/wheels/pyparsing-py3"
|
|
version: "version:3.0.7"
|
|
>
|
|
|
|
# Required by pytest==6.2.2
|
|
wheel: <
|
|
name: "infra/python/wheels/attrs-py2_py3"
|
|
version: "version:21.4.0"
|
|
>
|
|
|
|
# Required by packaging==16.8
|
|
wheel: <
|
|
name: "infra/python/wheels/six-py2_py3"
|
|
version: "version:1.16.0"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/black-py3"
|
|
version: "version:23.1.0"
|
|
>
|
|
|
|
# Required by black==23.1.0
|
|
wheel: <
|
|
name: "infra/python/wheels/mypy-extensions-py3"
|
|
version: "version:0.4.3"
|
|
>
|
|
|
|
# Required by black==23.1.0
|
|
wheel: <
|
|
name: "infra/python/wheels/tomli-py3"
|
|
version: "version:2.0.1"
|
|
>
|
|
|
|
# Required by black==23.1.0
|
|
wheel: <
|
|
name: "infra/python/wheels/platformdirs-py3"
|
|
version: "version:2.5.2"
|
|
>
|
|
|
|
# Required by black==23.1.0
|
|
wheel: <
|
|
name: "infra/python/wheels/pathspec-py3"
|
|
version: "version:0.9.0"
|
|
>
|
|
|
|
# Required by black==23.1.0
|
|
wheel: <
|
|
name: "infra/python/wheels/typing-extensions-py3"
|
|
version: "version:4.3.0"
|
|
>
|
|
|
|
# Required by black==23.1.0
|
|
wheel: <
|
|
name: "infra/python/wheels/click-py3"
|
|
version: "version:8.0.3"
|
|
>
|