From e67c52f2c476b0ff75cd695600de276f46ff6c09 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sat, 9 Mar 2024 11:04:53 +0100 Subject: [PATCH] test_container_to_args: handle async tests Signed-off-by: lemmi --- pytests/test_container_to_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytests/test_container_to_args.py b/pytests/test_container_to_args.py index 12a916d..3a921aa 100644 --- a/pytests/test_container_to_args.py +++ b/pytests/test_container_to_args.py @@ -25,7 +25,7 @@ def get_minimal_container(): } -class TestContainerToArgs(unittest.TestCase): +class TestContainerToArgs(unittest.IsolatedAsyncioTestCase): async def test_minimal(self): c = create_compose_mock()