Skip to content

Commit fbf5ca0

Browse files
committed
Remove unused pytest-mock dependency
1 parent 8e0ff2d commit fbf5ca0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ repos:
4141
additional_dependencies:
4242
- pydantic
4343
- pytest
44-
- pytest-mock
4544
- cryptography
4645
- textual
4746
- repo: https://github.com/pycqa/pylint

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies = [
2222
"pydantic==2.12.5",
2323
"cryptography>=45.0.7",
2424
"textual>=5.3.0",
25-
"pytest-mock>=3.15.1",
2625
]
2726

2827
[project.urls]

0 commit comments

Comments
 (0)