chore: update CI workflows and dependencies for workspace structure

This commit is contained in:
Greyson Lalonde
2025-09-27 16:37:08 -04:00
parent aca826c553
commit f0762473d0
4 changed files with 23 additions and 13 deletions

View File

@@ -142,6 +142,12 @@ contextual = [
"nest-asyncio>=1.6.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "function"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"