commit: 63f9734686851ad2da02139a79aba633fa550bc8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 6 15:45:57 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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)"