diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-12-13 10:50:23 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-12-13 10:50:23 +0000 |
commit | 9acc404371d1b8f5a5925a21bf57a0a6a42121d2 (patch) | |
tree | a68fb4d6a479a2f09895a8e0a4c2262179298d25 /app-admin | |
parent | sys-apps/fwupd: add 1.8.8 (diff) | |
download | gentoo-9acc404371d1b8f5a5925a21bf57a0a6a42121d2.tar.gz gentoo-9acc404371d1b8f5a5925a21bf57a0a6a42121d2.tar.bz2 gentoo-9acc404371d1b8f5a5925a21bf57a0a6a42121d2.zip |
app-admin/ansible-lint: deselect more network-dependent tests
Closes: https://bugs.gentoo.org/868003
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-lint/ansible-lint-6.9.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |