catkin / catkin_tools

Command line tools for working with catkin
Apache License 2.0
163 stars 146 forks source link

Use unittest.mock instead of standalone mock package #764

Open cottsay opened 1 year ago

cottsay commented 1 year ago

The functionality provided by 'mock' was integrated into the 'unittest' package in Python 3.3. This package requires at least Python 3.5, so we can switch to the unittest-provided package unconditionally.