diff --git a/pyproject.toml b/pyproject.toml index 1c9e3372..ed4a27fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,4 +15,5 @@ pythonpath = [ "src/query", "src/translation" ] -testpaths = ["test"] \ No newline at end of file +testpaths = ["test"] +asyncio_mode = "auto" \ No newline at end of file diff --git a/src/core/requirements.dev.txt b/src/core/requirements.dev.txt index e7664b42..1d258505 100644 --- a/src/core/requirements.dev.txt +++ b/src/core/requirements.dev.txt @@ -1 +1,2 @@ -black==25.1.0 \ No newline at end of file +black==25.1.0 +pytest-asyncio==0.26.0 \ No newline at end of file