eclipse / kiso-testing

https://kiso-testing.readthedocs.io/
Other
36 stars 41 forks source link

Make release 0.27.1 #463

Closed sebclrsn closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.12%. Comparing base (426f250) to head (297af7c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #463 +/- ## ======================================= Coverage 98.12% 98.12% ======================================= Files 84 84 Lines 6710 6710 ======================================= Hits 6584 6584 Misses 126 126 ```

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

sebastianpfischer commented 4 months ago

@sebclrsn , can you please bump up the pytest version?

sebclrsn commented 4 months ago

@sebclrsn , can you please bump up the pytest version?

I don't think that's feasible with poetry (updating only the lock file and for a single dependency) except if I explicitly set the minimum pytest version to 8.1

This PR adds compatibility with recent pytest versions, but doesn't enforce them :)

sebastianpfischer commented 4 months ago

@sebclrsn , yes you can. We already pushed the lock file: https://github.com/eclipse/kiso-testing/blob/master/poetry.lock so just call poetry update and push it. No?