pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

Drop mock requirement on Python > 3.3 #893

Closed jelly closed 1 year ago

jelly commented 1 year ago

Since Python 3.3 mock is also provided by unittest.mock which is a buildin preferred over the standalone module.

jelly commented 1 year ago

Fixed in main now, closing.