Remove unused pytest-mock dependency (#4091)

This commit is contained in:
correctmost 2026-01-06 20:01:10 -05:00 committed by GitHub
parent ef3369b1c5
commit e2e158973f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ repos:
additional_dependencies: additional_dependencies:
- pydantic - pydantic
- pytest - pytest
- pytest-mock
- cryptography - cryptography
- textual - textual
- repo: https://github.com/pycqa/pylint - repo: https://github.com/pycqa/pylint

View File

@ -22,7 +22,6 @@ dependencies = [
"pydantic==2.12.5", "pydantic==2.12.5",
"cryptography>=45.0.7", "cryptography>=45.0.7",
"textual>=5.3.0", "textual>=5.3.0",
"pytest-mock>=3.15.1",
] ]
[project.urls] [project.urls]