ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

Use unittest.mock where possible #321

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

The 'unittest.mock' module has been present since Python 3.3, and some platforms are now dropping the 'mock' backport package.