pytest: using asyncio session scope to get rid of more warnings

This commit is contained in:
Mose Müller
2024-07-30 08:26:51 +02:00
parent 2364fc892c
commit 7e63f34c0a
4 changed files with 7 additions and 7 deletions

View File

@ -35,7 +35,7 @@ def test_nested_attributes_cache_callback() -> None:
)
@pytest.mark.asyncio
@pytest.mark.asyncio(scope="session")
async def test_task_status_update() -> None:
class ServiceClass(pydase.DataService):
name = "World"