From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1470494-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9618158020 for <garchives@archives.gentoo.org>; Fri, 23 Dec 2022 20:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 989D6E08A2; Fri, 23 Dec 2022 20:00:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7897FE08A2 for <gentoo-commits@lists.gentoo.org>; Fri, 23 Dec 2022 20:00:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C8D6340EFE for <gentoo-commits@lists.gentoo.org>; Fri, 23 Dec 2022 20:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B527D8 for <gentoo-commits@lists.gentoo.org>; Fri, 23 Dec 2022 20:00:43 +0000 (UTC) From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1671825629.26a2f1ab35abbed1277e57aeb8d709727c9ffead.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tox.ini X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 26a2f1ab35abbed1277e57aeb8d709727c9ffead X-VCS-Branch: master Date: Fri, 23 Dec 2022 20:00:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d58ddcd6-b8c4-4f7b-a715-35644d5fdec8 X-Archives-Hash: 95fb6eeb1237757a29860b521ae9f756 commit: 26a2f1ab35abbed1277e57aeb8d709727c9ffead Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Dec 23 19:57:32 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Dec 23 20:00:29 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=26a2f1ab tox: add ./run-pylint to allowlist_externals Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index ad076f739..5afcdab12 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,8 @@ deps = pyyaml setenv = PYTHONPATH={toxinidir}/lib +allowlist_externals = + ./run-pylint commands = pylint: ./run-pylint python -b -Wd setup.py test