pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
346 stars 94 forks source link

Switch on pytest-lazy-fixtures #613

Closed shadchin closed 3 weeks ago

shadchin commented 4 weeks ago

pytest-lazy-fixture has problems with pytest 8+ https://github.com/TvoroG/pytest-lazy-fixture/issues/65

mraspaud commented 4 weeks ago

Thanks for the switch! that was on our todo list, but you beat us to it :)

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 93.97%. Comparing base (9bf142c) to head (5f69bd8). Report is 46 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #613 +/- ## ======================================= Coverage 93.97% 93.97% ======================================= Files 86 86 Lines 13811 13811 ======================================= Hits 12979 12979 Misses 832 832 ``` | [Flag](https://app.codecov.io/gh/pytroll/pyresample/pull/613/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/pytroll/pyresample/pull/613/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `93.97% <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 4 weeks ago

Coverage Status

coverage: 93.677%. remained the same when pulling 5f69bd8ab7b8aa7037c727fc16790b7cb7acae70 on shadchin:pytest_lazy_fixtures into 7798e20f86dd17fae15fddb04ed3ff5c80b81f0f on pytroll:main.

djhoese commented 3 weeks ago

Thanks! Merging...