poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
40 stars 33 forks source link

Add setuptools to install_requires #116

Closed Stoops-ML closed 4 months ago

Stoops-ML commented 4 months ago

This allows for passing the CI quality check

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.22%. Comparing base (feb7f0a) to head (180ef51).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ======================================= Coverage 99.22% 99.22% ======================================= Files 12 12 Lines 773 773 ======================================= Hits 767 767 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Stoops-ML commented 4 months ago

Seems like the problem was the CI quality check using the python:3 docker image, which I've now swapped out for python:3.9.

I'll submit an additional PR to add CI checks on pythons 3.10, 3.11 and 3.12.

astrojuanlu commented 4 months ago

Thank you @Stoops-ML !