From 5516f2816a527640ed24c4f564220cdbcdcf5a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 3 Dec 2023 18:48:57 +0200 Subject: [PATCH] Removed the explicit fail command --- tests/test_datastores.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_datastores.py b/tests/test_datastores.py index 69b320e3..a9b13fd9 100644 --- a/tests/test_datastores.py +++ b/tests/test_datastores.py @@ -335,7 +335,6 @@ async def test_acquire_multiple_workers(datastore: DataStore) -> None: async def test_job_release_success(datastore: DataStore) -> None: - pytest.fail("testing failures") await datastore.add_task( Task(id="task1", func="contextlib:asynccontextmanager", job_executor="async") )