Drop unused third party mock

The library is not actually used. Remove it to reduce external
dependencies.

Change-Id: I335a0d23b60a08d5ee5c4f656610ebe89bfcdfb5
This commit is contained in:
Takashi Kajinami 2025-01-26 18:16:07 +09:00
parent 738a671459
commit 2de2ec58fa

View File

@ -1,5 +1,4 @@
flake8
sphinx>=1.6.1
stestr>=1.0.0 # Apache-2.0
mock>=2.0.0 # BSD
testtools>=1.4.0 # MIT