aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp
Other
432 stars 98 forks source link

Fix local tests #855

Closed eevelweezel closed 4 months ago

eevelweezel commented 5 months ago

What do these changes do?

Fix tests to work locally with later versions of Docker.

Are there changes in behavior for the user?

No

Related issue number

849, possibly #691

Checklist

achimnol commented 5 months ago

FYI: https://github.com/actions/actions-runner-controller/blob/master/runner/actions-runner.ubuntu-22.04.dockerfile#L8 The Docker version in the action runner ubuntu-latest is 24.0.7 currently.

achimnol commented 5 months ago

(oops)

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 81.36%. Comparing base (94e6739) to head (4e9fb35).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #855 +/- ## ========================================== - Coverage 81.44% 81.36% -0.08% ========================================== Files 24 24 Lines 1374 1374 Branches 245 245 ========================================== - Hits 1119 1118 -1 - Misses 169 170 +1 Partials 86 86 ```

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