ros-infrastructure / catkin_pkg

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

Move flake8 import into test #361

Closed cottsay closed 4 months ago

cottsay commented 5 months ago

This will allow you to ignore the test using a label exclusion pattern without the flake8 dependency present, i.e. pytest -m 'not linter'