diff options
author | Gavin Mak <gavinmak@google.com> | 2023-03-30 05:06:01 +0000 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-03-31 04:25:53 +0000 |
commit | 57cb42861d37eec074a729f33d1c5aa90be86b3f (patch) | |
tree | a78a1a00714f3c1e484266a5870285b56331bee7 /tox.ini | |
parent | e74d9046eeec52d7ccd433a4dad2cee30838c620 (diff) | |
download | git-repo-57cb42861d37eec074a729f33d1c5aa90be86b3f.tar.gz |
run_tests: Check flake8
This also gets enforced in CQ.
Bug: b/267675342
Change-Id: I8ffcc5d583275072fd61ae65ae4214b36bfa59f3
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/366799
Tested-by: Gavin Mak <gavinmak@google.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ python = | |||
28 | [testenv] | 28 | [testenv] |
29 | deps = | 29 | deps = |
30 | black | 30 | black |
31 | flake8 | ||
31 | pytest | 32 | pytest |
32 | pytest-timeout | 33 | pytest-timeout |
33 | commands = {envpython} run_tests {posargs} | 34 | commands = {envpython} run_tests {posargs} |