From f56484c05b545b7b798e025971673f9593dcc51c Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Fri, 8 Dec 2023 14:52:28 -0800 Subject: [PATCH] tox: Remove pylint timeout It's not a valid pylint config Change-Id: Ida480429a3a86637f26e9fc3a0d6fa2d225d952a Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/396921 Reviewed-by: Scott Lee Commit-Queue: Josip Sokcevic Tested-by: Josip Sokcevic --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index ed092001..d87fa4b9 100644 --- a/tox.ini +++ b/tox.ini @@ -58,6 +58,3 @@ deps = commands = black {posargs:.} flake8 - -[pytest] -timeout = 300