python 3.8 vcrpy 4.0.1 No module named 'mock' #504
Labels
bug
core
issue related to the core of the library
verified can replicate
This issue has linked a toy repo that replicates the issue
Milestone
Uh oh!
There was an error while loading. Please reload this page.
my suggestion: everywhere in projects change:
import mock -> from unittest import mock
The text was updated successfully, but these errors were encountered: