neon-jungle / wagtail-videos

Videos for Wagtail CMS, including transcoding
BSD 3-Clause "New" or "Revised" License
65 stars 57 forks source link

Replace mock with unittest.mock #121

Closed crgwbr closed 5 months ago

crgwbr commented 5 months ago

From mock's project description^1:

mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.