Closed mshriver closed 3 years ago
There is a dependency resolution failure in the tier jobs due to the new pip resolver in 20.3.
docker-py is very outdated, and is no longer maintained. It has old package dependencies that were ignored with the legacy pip resolver.
docker-py dependency needs to be refactored to use docker package: https://pypi.org/project/docker/
Until the dependency on docker-py is cleared, we need to use the old resolver and limit pip to <21.0
I'm planning on updating all pipelines where docker-py is explicitly installed to restrict pip and use the legacy resolver.
There is a dependency resolution failure in the tier jobs due to the new pip resolver in 20.3.
docker-py is very outdated, and is no longer maintained. It has old package dependencies that were ignored with the legacy pip resolver.
docker-py dependency needs to be refactored to use docker package: https://pypi.org/project/docker/
Until the dependency on docker-py is cleared, we need to use the old resolver and limit pip to <21.0