build(pyproject.toml): 添加pytest

This commit is contained in:
songsenand 2024-01-27 01:27:29 +08:00
parent f832238900
commit d77f119c63
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ ezdxf = "^1.1.4"
[tool.poetry.group.dev.dependencies]
commitizen = "^3.13.0"
pytest = "^7.4.4"
[build-system]
requires = ["poetry-core"]