Uh oh!
There was an error while loading. Please reload this page.
Set lower bound on docker version - #181
Conversation
From my experience, the docker version must be >= 4.0.0
tillahoffmann
commented
Mar 24, 2022
This will also need a rebuild of the requirements (cf. #188). The motivation behind completely pinning down the requirements for tests is to be able to separate "issues caused by dependency versions changing" from "issues introduced in a PR". |
thedrow
commented
Mar 29, 2022
I suggest using something like poetry instead and caching the lock file. |
tillahoffmann
commented
Mar 29, 2022
Yup, those requirements are locked down dependencies. We just generate them using pip-tools rather than poetry or pipenv. |
thedrow
commented
Apr 10, 2022
@tillahoffmann Would you mind doing it this time? |
Codecov Report
@@ Coverage Diff @@## master #181 +/- ##
=======================================
Coverage 85.67% 85.67% =======================================
Files 25 25 Lines 670 670 Branches 60 60 =======================================
Hits 574 574 Misses 76 76 Partials 20 20 Continue to review full report at Codecov.
|
tillahoffmann
commented
Apr 10, 2022
See #203. |
From my experience, the docker version must be >= 4.0.0