Buildfarm Jenkins devel job unstable
I'm trying to fix Jenkins devel job of the package z_laser_projector
I'm having some import errors when running tests ("1.3. run tests" Console Section)
ModuleNotFoundError: No module named 'rospkg'
The whole package is developed for python3 in ROS melodic but Jenkins is using python2. I would like to ask if there is any way to force Jenkins configuration in order to run catkin with python3, for example forcing env vars as ROS_PYTHON_VERSION. Or am I missing something on package.xml?
Check that the build succeeds by running tests on TravisCI