ignore the infra team for now

Change-Id: I82408dd6acb580b3038a0d26b5e0d7a49571a9f3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-09-26 17:34:25 -04:00
parent b6fd3ce42d
commit 4ba53c0b51
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class ToxMissingPy3(lister.Lister):
(team, r, env, status)
for team, r in teams_and_repos
for env, status in check_one(parsed_args.repo_base_dir, r)
if team != 'Infrastructure'
]
if parsed_args.errors_only: