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 0C0B9158020 for ; Tue, 13 Dec 2022 11:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31114E082B; Tue, 13 Dec 2022 11:02:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18877E082B for ; Tue, 13 Dec 2022 11:02:53 +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 272593410A2 for ; Tue, 13 Dec 2022 11:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B65377D for ; Tue, 13 Dec 2022 11:02:50 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1670928623.9acc404371d1b8f5a5925a21bf57a0a6a42121d2.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-lint/ansible-lint-6.9.1.ebuild X-VCS-Directories: app-admin/ansible-lint/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9acc404371d1b8f5a5925a21bf57a0a6a42121d2 X-VCS-Branch: master Date: Tue, 13 Dec 2022 11:02:50 +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: ba845a80-9868-4445-8101-28790cb7b2ad X-Archives-Hash: 79c22dd79dba3635ac537da43f4dd1f3 commit: 9acc404371d1b8f5a5925a21bf57a0a6a42121d2 Author: Marek Szuba gentoo org> AuthorDate: Tue Dec 13 10:50:23 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Dec 13 10:50:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acc4043 app-admin/ansible-lint: deselect more network-dependent tests Closes: https://bugs.gentoo.org/868003 Signed-off-by: Marek Szuba gentoo.org> app-admin/ansible-lint/ansible-lint-6.9.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild b/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild index f2381dac1ab3..0d91815abba5 100644 --- a/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild +++ b/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild @@ -52,6 +52,7 @@ EPYTEST_DESELECT=( test/test_eco.py test/test_examples.py::test_custom_kinds test/test_examples.py::test_example + test/test_file_path_evaluation.py test/test_import_playbook.py::test_task_hook_import_playbook test/test_list_rules.py::test_list_rules_includes_opt_in_rules test/test_list_rules.py::test_list_rules_with_format_option @@ -64,6 +65,7 @@ EPYTEST_DESELECT=( test/test_profiles.py::test_profile_listing test/test_rules_collection.py::test_rich_rule_listing test/test_rules_collection.py::test_rules_id_format + test/test_schemas.py::test_refresh_schemas test/test_skip_inside_yaml.py::test_role_meta test/test_utils.py::test_cli_auto_detect test/test_utils.py::test_template_lookup