fix: artifact_bucket

This commit is contained in:
tao.chen
2026-08-20 10:26:44 +08:00
parent d8a31bde95
commit e5633cc95a
6 changed files with 209 additions and 9 deletions
+5
View File
@@ -31,7 +31,12 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
[tool.hatch.build.targets.wheel]
packages = ["src/schedule"]