diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-02-17 13:16:05 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-02-17 13:17:41 +0000 |
commit | 9cfd8c9d4f093ed555860ed918d8a25c1d40addc (patch) | |
tree | 30636b4ad0a19782ec519bd1896e4132bf5c4216 /app-admin | |
parent | sys-apps/usbredir: drop 9999 (diff) | |
download | gentoo-9cfd8c9d4f093ed555860ed918d8a25c1d40addc.tar.gz gentoo-9cfd8c9d4f093ed555860ed918d8a25c1d40addc.tar.bz2 gentoo-9cfd8c9d4f093ed555860ed918d8a25c1d40addc.zip |
app-admin/ansible-lint: deselect more network-dependent tests
It would be SO nice if my test containers stopped ignoring
the network sandbox, or at least if I remembered that they do.
Closes: https://bugs.gentoo.org/833528
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-lint/ansible-lint-5.4.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/ansible-lint/ansible-lint-5.4.0.ebuild b/app-admin/ansible-lint/ansible-lint-5.4.0.ebuild index 4f26c3d985c4..a2b7755f9476 100644 --- a/app-admin/ansible-lint/ansible-lint-5.4.0.ebuild +++ b/app-admin/ansible-lint/ansible-lint-5.4.0.ebuild @@ -38,12 +38,16 @@ BDEPEND=" # Skip problematic tests: # - test_call_from_outside_venv doesn't play nicely with the sandbox -# - test_eco tests require Internet access +# - all test_eco and some test_prerun tests require Internet access # - as of 5.4.0, test_cli_auto_detect fails even when run manually with tox EPYTEST_DESELECT=( test/TestUtils.py::test_cli_auto_detect - test/test_eco + test/test_eco.py test/test_main.py::test_call_from_outside_venv + test/test_prerun.py::test_install_collection + test/test_prerun.py::test_prerun_reqs_v1 + test/test_prerun.py::test_prerun_reqs_v2 + test/test_prerun.py::test_require_collection_wrong_version ) distutils_enable_tests pytest |