From 5683cd8a689ef67ff18f5768788d031e1336f6fa Mon Sep 17 00:00:00 2001 From: Lewis Gaul Date: Fri, 7 Jun 2024 18:08:50 +0100 Subject: [PATCH] Make the test_cpus() testcase non-strict xfail for podman (#597) --- tests/python_on_whales/components/test_container.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_on_whales/components/test_container.py b/tests/python_on_whales/components/test_container.py index ef7978cb..bf13a8c3 100644 --- a/tests/python_on_whales/components/test_container.py +++ b/tests/python_on_whales/components/test_container.py @@ -295,7 +295,8 @@ def test_remove_on_exit(ctr_client: DockerClient): pytest.param( "podman", marks=pytest.mark.xfail( - reason="Cgroup control not available with rootless podman on cgroups v1" + reason="Cgroup control not available with rootless podman on cgroups v1", + strict=False, ), ), ],