Remove unused pytest-mock dependency (#4091)
This commit is contained in:
parent
ef3369b1c5
commit
e2e158973f
|
|
@ -41,7 +41,6 @@ repos:
|
|||
additional_dependencies:
|
||||
- pydantic
|
||||
- pytest
|
||||
- pytest-mock
|
||||
- cryptography
|
||||
- textual
|
||||
- repo: https://github.com/pycqa/pylint
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ dependencies = [
|
|||
"pydantic==2.12.5",
|
||||
"cryptography>=45.0.7",
|
||||
"textual>=5.3.0",
|
||||
"pytest-mock>=3.15.1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in New Issue