pytroll / satpy

Python package for earth-observing satellite data processing
http://satpy.readthedocs.org/en/latest/
GNU General Public License v3.0
1.04k stars 287 forks source link

Replace pytest-lazyfixture with pytest-lazy-fixtures #2801

Closed mraspaud closed 1 month ago

mraspaud commented 1 month ago

This PR replaces the obsolete pytest-lazyfixture with a new variant pytest-lazy-fixtures

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 95.95%. Comparing base (f33c3e4) to head (3b9c04e). Report is 20 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2801 +/- ## ======================================= Coverage 95.95% 95.95% ======================================= Files 379 379 Lines 53888 53888 ======================================= Hits 51708 51708 Misses 2180 2180 ``` | [Flag](https://app.codecov.io/gh/pytroll/satpy/pull/2801/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | Coverage Δ | | |---|---|---| | [behaviourtests](https://app.codecov.io/gh/pytroll/satpy/pull/2801/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `4.09% <0.00%> (ø)` | | | [unittests](https://app.codecov.io/gh/pytroll/satpy/pull/2801/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `96.05% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll#carryforward-flags-in-the-pull-request-comment) to find out more.

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

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9154652765

Details


Totals Coverage Status
Change from base Build 9097460123: 0.0%
Covered Lines: 51580
Relevant Lines: 53711

💛 - Coveralls
djhoese commented 1 month ago

RTD is failing from the missing dependency. There is an rtd environment file somewhere.

mraspaud commented 1 month ago

Sorry for that! Should be fixed now

djhoese commented 1 month ago

Thanks!