Skip to content

Commit

Permalink
addes asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
mimisavage authored Oct 31, 2024
1 parent 2433ebd commit 74fb7f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/shared/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,20 @@ pandas = "^2.2.2"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
pytest-asyncio = "^0.21.0"



[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"


# [tool.pytest.ini_options]
# pythonpath = ["apps/shared"]
# testpaths = ["apps/shared/tests"]
# python_files = ["test_*.py"]
# asyncio_mode = "auto" # Enable pytest-asyncio for all tests
markers = [
"asyncio: mark test as an asyncio test",
]

0 comments on commit 74fb7f6

Please sign in to comment.