Karsten1987 / confbot_robot

workspace comprising demo packages for our roscon2018 talk
Apache License 2.0
10 stars 8 forks source link

CI broken due to pytest error #34

Closed mikaelarguedas closed 5 years ago

mikaelarguedas commented 5 years ago

For the last couple days CI has been broken on master due to pytest errors: https://travis-ci.org/Karsten1987/roscon2018/builds/540535685

I could reproduce it successfully in various environments (docker images using the nightly archives, the dashing debs and building dashing from source), and the problem also appears on packages from the ros2.repos for this is not related to the code here.

A workaround is available at https://github.com/mikaelarguedas/ros2ci/pull/18 and fixes CI for both nightly and dashing: https://travis-ci.org/Karsten1987/roscon2018/builds/541281526?utm_source=github_status&utm_medium=notification

mikaelarguedas commented 5 years ago

https://github.com/osrf/docker_images/pull/272 has been merged and released so CI is passing without workaround on our side