commit:     cdba8f00dae74bb2667a46cd587da973d7bbb802
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 11:07:47 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 11:08:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdba8f00

dev-python/python-podman: Ignore integration tests entirely

Ignore integration tests entirely rather than deselecting them,
in order to avoid additional test dependencies.

Closes: https://bugs.gentoo.org/802447
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-podman/python-podman-3.2.0.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/python-podman/python-podman-3.2.0.ebuild 
b/dev-python/python-podman/python-podman-3.2.0.ebuild
index 716d1e8876b..58c9d7fd927 100644
--- a/dev-python/python-podman/python-podman-3.2.0.ebuild
+++ b/dev-python/python-podman/python-podman-3.2.0.ebuild
@@ -34,13 +34,11 @@ distutils_enable_tests pytest
 
 python_test() {
        local deselect=(
-               # integration tests require a workable podman server,
-               # and it doesn't seem to work in ebuild env
-               podman/tests/integration
-
                # TODO
                
podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_get_404
        )
 
-       epytest ${deselect[@]/#/--deselect }
+       # integration tests require a workable podman server,
+       # and it doesn't seem to work in ebuild env
+       epytest podman/tests/unit ${deselect[@]/#/--deselect }
 }

Reply via email to