1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

setup.py: Drop unused test dependency "mock"

All imports use unittest.mock rather than mock of PyPI.
This commit is contained in:
Sebastian Pipping
2023-05-25 16:33:14 +02:00
parent 5b40a67b3b
commit 436b62f587

View File

@@ -50,7 +50,6 @@ install_requires = [
]
tests_require = [
"mock",
"pytest",
"pytest-httpbin",
]