commit: 9acc404371d1b8f5a5925a21bf57a0a6a42121d2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Dec 13 10:50:23 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> 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 <marecki <AT> 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
