From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD4E113835A for ; Thu, 31 Dec 2020 06:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB45FE088F; Thu, 31 Dec 2020 06:26:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6515E088F for ; Thu, 31 Dec 2020 06:26:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4455E33BE32 for ; Thu, 31 Dec 2020 06:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5ECC47E for ; Thu, 31 Dec 2020 06:26:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609395900.a83fab602b4e4c4eeca308832252bcaa80cb1f38.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isort/isort-5.6.3.ebuild X-VCS-Directories: dev-python/isort/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a83fab602b4e4c4eeca308832252bcaa80cb1f38 X-VCS-Branch: master Date: Thu, 31 Dec 2020 06:26:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48f6c76f-f3b8-45ad-91fc-37cfc1599617 X-Archives-Hash: d86c086d42e1abea84801efa15f21f6a commit: a83fab602b4e4c4eeca308832252bcaa80cb1f38 Author: Sam James gentoo org> AuthorDate: Thu Dec 31 06:25:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 31 06:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83fab60 dev-python/isort: fix tests in 5.6.3 too Fixed tests in 5.7.0 only to find they were failing in 5.6.3 too. Thanks to sbraz for diagnosing it already too. Thanks-to: Louis Sautier gentoo.org> Closes: https://bugs.gentoo.org/757369 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/isort/isort-5.6.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/isort/isort-5.6.3.ebuild b/dev-python/isort/isort-5.6.3.ebuild index 87d950a5c14..11aeab525f2 100644 --- a/dev-python/isort/isort-5.6.3.ebuild +++ b/dev-python/isort/isort-5.6.3.ebuild @@ -31,7 +31,8 @@ distutils_enable_tests pytest python_test() { # Some tests run the "isort" command - distutils_install_for_testing + distutils_install_for_testing --via-root + local skipped_tests=( # Fails without -s, run it separately to avoid unnecessary output tests/unit/test_importable.py