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:
All imports use unittest.mock rather than mock of PyPI.