pyproject.toml: add pytest dependency
This commit is contained in:
@@ -12,3 +12,8 @@ include-package-data = true
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"speccpu" = ["*.c"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.3.5",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user