build(pyproject.toml): 添加pytest
This commit is contained in:
parent
f832238900
commit
d77f119c63
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue