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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B86FC158089 for ; Wed, 6 Sep 2023 16:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC52E2BC019; Wed, 6 Sep 2023 16:39:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D450D2BC019 for ; Wed, 6 Sep 2023 16:39:04 +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 1E063335CB7 for ; Wed, 6 Sep 2023 16:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684B5113A for ; Wed, 6 Sep 2023 16:39:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1694018330.dd5c20b17311a8ea86bac80172d97eaa441c9e5d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/awscli/awscli-1.29.40.ebuild X-VCS-Directories: app-admin/awscli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dd5c20b17311a8ea86bac80172d97eaa441c9e5d X-VCS-Branch: master Date: Wed, 6 Sep 2023 16:39:02 +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: 2ea42d54-6bfb-40cf-be96-775ec0960022 X-Archives-Hash: 9cb568e4b476985b816ab930433e1223 commit: dd5c20b17311a8ea86bac80172d97eaa441c9e5d Author: Michał Górny gentoo org> AuthorDate: Wed Sep 6 15:42:35 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 16:38:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5c20b1 app-admin/awscli: Remove pytest --forked use Apparently forking is no longer necessary for the tests to pass. Yay because speedup! Signed-off-by: Michał Górny gentoo.org> app-admin/awscli/awscli-1.29.40.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-admin/awscli/awscli-1.29.40.ebuild b/app-admin/awscli/awscli-1.29.40.ebuild index 612e893b5bef..27a1c5812eac 100644 --- a/app-admin/awscli/awscli-1.29.40.ebuild +++ b/app-admin/awscli/awscli-1.29.40.ebuild @@ -66,9 +66,7 @@ python_test() { local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 # integration tests require AWS credentials and Internet access - epytest tests/{functional,unit} \ - -p xdist -n "$(makeopts_jobs)" \ - -p pytest_forked --forked + epytest tests/{functional,unit} -p xdist -n "$(makeopts_jobs)" } python_install_all() {