iheanyi / bandcamp-dl

Simple python script to download Bandcamp albums
The Unlicense
941 stars 104 forks source link

Drop mock dep, use unittest.mock #213

Closed singingwolfboy closed 10 months ago

singingwolfboy commented 10 months ago

unittest.mock has been in the Python standard library since Python 3.3, and this project only supports Python 3.4 and above. The mock package is identical to unittest.mock in the standard library -- in fact, it only still exists as a backport for earlier versions of Python (before 3.3).