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 0D388138359 for ; Fri, 14 Aug 2020 23:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BE7E08EF; Fri, 14 Aug 2020 23:22:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F12FAE08D3 for ; Fri, 14 Aug 2020 23:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE07234F36B for ; Fri, 14 Aug 2020 23:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC0931B for ; Fri, 14 Aug 2020 23:22:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597447288.f6c8880c78cd576452e6b356a0eae0ebcf230454.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fs/fs-2.4.9-r1.ebuild X-VCS-Directories: dev-python/fs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f6c8880c78cd576452e6b356a0eae0ebcf230454 X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:20 +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: 506aae88-d338-43ca-a96f-12c17d297a44 X-Archives-Hash: 4a217e5f6e61606548623edbf11ed454 commit: f6c8880c78cd576452e6b356a0eae0ebcf230454 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 3 21:23:51 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 14 23:21:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c8880c dev-python/fs: Drop superfluous calls to python_is_python3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/fs/fs-2.4.9-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r1.ebuild index b3ef70757a8..2dc5fca3dcf 100644 --- a/dev-python/fs/fs-2.4.9-r1.ebuild +++ b/dev-python/fs/fs-2.4.9-r1.ebuild @@ -39,11 +39,7 @@ BDEPEND="test? ( )" python_test() { - # python2_7 tests require dev-python/typing which is - # now in stdlib so ignore tests. py2.7 is going away. - if python_is_python3; then - esetup.py test || die "tests failed" - fi + esetup.py test } pkg_postinst() {