Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coverage reports for python packages and manually install python3-boto3 #49

Merged
merged 3 commits into from
Aug 30, 2019

Conversation

AAlon
Copy link
Contributor

@AAlon AAlon commented Aug 29, 2019

The manual installation will be removed once ros/rosdistro#22119 is merged.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -5,7 +5,9 @@ set -xe
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 421C365BD9FF1F717815A3895523BAEEB01FA116
echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros-latest.list
apt update && apt install -y python3 python3-pip lcov cmake && rosdep update
apt update && apt install -y python3-rosinstall python3-colcon-common-extensions && pip3 install -U setuptools
apt update && apt install -y python3-rosinstall python3-colcon-common-extensions && pip3 install -U setuptools coverage
# Manually install python3-boto3 (temporary measure until this dependency is available via rosdep).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe submit an issue for this to track it?

@AAlon
Copy link
Contributor Author

AAlon commented Aug 30, 2019

Commented out coverage report generation because the equivalent of CATKIN_ENABLE_COVERAGE doesn't exist.

@AAlon AAlon merged commit 9c770f4 into master Aug 30, 2019
@AAlon AAlon deleted the python-ros2-support branch October 3, 2019 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants