Remove unused pytest-mock dependency (#4091)
This commit is contained in:
parent
ef3369b1c5
commit
e2e158973f
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue