pyproject.toml: add pytest dependency

This commit is contained in:
2025-04-22 21:25:52 +08:00
parent 710122cd1a
commit 307b3533f4
2 changed files with 124 additions and 0 deletions

View File

@@ -12,3 +12,8 @@ include-package-data = true
[tool.setuptools.package-data]
"speccpu" = ["*.c"]
[dependency-groups]
dev = [
"pytest>=8.3.5",
]