diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-08-30 08:48:56 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-08-30 08:48:56 +0100 |
commit | 70782fe980e8722a570c0a24eee2702ce34a0e72 (patch) | |
tree | f2ed0d568555ac1abceb40776bce7ed92fc390e3 /app-admin | |
parent | sys-fs/dd-rescue: add 1.99.12 (diff) | |
download | gentoo-70782fe980e8722a570c0a24eee2702ce34a0e72.tar.gz gentoo-70782fe980e8722a570c0a24eee2702ce34a0e72.tar.bz2 gentoo-70782fe980e8722a570c0a24eee2702ce34a0e72.zip |
app-admin/ansible-lint: deselect yet another Internet-dependent test
Closes: https://bugs.gentoo.org/867079
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-lint/ansible-lint-6.5.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-admin/ansible-lint/ansible-lint-6.5.1.ebuild b/app-admin/ansible-lint/ansible-lint-6.5.1.ebuild index c20caa317a96..117da9fdcf9e 100644 --- a/app-admin/ansible-lint/ansible-lint-6.5.1.ebuild +++ b/app-admin/ansible-lint/ansible-lint-6.5.1.ebuild @@ -60,6 +60,7 @@ EPYTEST_DESELECT=( test/test_prerun.py::test_require_collection_wrong_version test/test_profiles.py::test_profile_listing test/test_rules_collection.py::test_rich_rule_listing + test/test_skip_inside_yaml.py::test_role_meta test/test_utils.py::test_cli_auto_detect test/test_utils.py::test_template_lookup test/test_verbosity.py::test_default_verbosity |