chore(deps): add GitPython and pytest dependencies
- Add GitPython to manage Git repositories programmatically - Add pytest for running unit tests and configuring test paths
This commit is contained in:
1307
poetry.lock
generated
Normal file
1307
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@ pyyaml = "^6.0.2"
|
|||||||
pydantic = "^2.11.4"
|
pydantic = "^2.11.4"
|
||||||
zstandard = "^0.23.0"
|
zstandard = "^0.23.0"
|
||||||
textual = "^4.0.0"
|
textual = "^4.0.0"
|
||||||
|
gitpython = "^3.1.44"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
patchman = "patchman.__main__:main"
|
patchman = "patchman.__main__:main"
|
||||||
@@ -23,3 +24,4 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
twine = "^6.1.0"
|
twine = "^6.1.0"
|
||||||
|
pytest = "^8.4.1"
|
||||||
|
2
pytest.ini
Normal file
2
pytest.ini
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[pytest]
|
||||||
|
pythonpath = src
|
Reference in New Issue
Block a user