cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

CMake: need the `coverage` package to be present for our Python coverage #957

Closed agarny closed 3 years ago

agarny commented 3 years ago

For our Python coverage to be available, we don't only need the exclude-until-coverage-plugin Python package, but also the coverage one.

hsorby commented 3 years ago

The exclude-until-coverage-plugin requires coverage so we do only need exclude-until-coverage-plugin.

agarny commented 3 years ago

Damn, I should have put a bit more context as I can't imagine (then again, who knows?!) creating this issue if there wasn't a need for it... but granted, I have just did pip install exclude-until-coverage-plugin on a vanilla Python virtual environment and it also installed coverage, so... closing... 🙄🙂