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 1FC22158089 for ; Wed, 6 Sep 2023 16:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B9EC2BC03F; Wed, 6 Sep 2023 16:39:05 +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 202392BC03F for ; Wed, 6 Sep 2023 16:39:05 +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 1C47C335C7E 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 7B89C113E 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: <1694018331.63f9734686851ad2da02139a79aba633fa550bc8.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: 63f9734686851ad2da02139a79aba633fa550bc8 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: 69d65696-846b-4e2f-8c7d-7ccf6096741e X-Archives-Hash: c43e545313438f548645196134dc8e51 commit: 63f9734686851ad2da02139a79aba633fa550bc8 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 6 15:45:57 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 16:38:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f97346 app-admin/awscli: Remove obsolete test deselects Signed-off-by: Michał Górny gentoo.org> app-admin/awscli/awscli-1.29.40.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app-admin/awscli/awscli-1.29.40.ebuild b/app-admin/awscli/awscli-1.29.40.ebuild index 27a1c5812eac..b11b8e9f8900 100644 --- a/app-admin/awscli/awscli-1.29.40.ebuild +++ b/app-admin/awscli/awscli-1.29.40.ebuild @@ -56,14 +56,6 @@ src_prepare() { } python_test() { - local EPYTEST_DESELECT=( - # TODO - tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple - tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only - tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing - tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid - ) - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 # integration tests require AWS credentials and Internet access epytest tests/{functional,unit} -p xdist -n "$(makeopts_jobs)"