[
https://issues.apache.org/jira/browse/MINIFICPP-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi resolved MINIFICPP-2114.
--------------------------------------
Fix Version/s: 0.15.0
Resolution: Fixed
> Docker tests fail with docker-py dependency issue
> --------------------------------------------------
>
> Key: MINIFICPP-2114
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2114
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Gábor Gyimesi
> Assignee: Gábor Gyimesi
> Priority: Major
> Fix For: 0.15.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Docker tests fail in CI with the following error:
> {code:java}
> docker.errors.DockerException: Error while fetching server API version:
> request() got an unexpected keyword argument 'chunked' {code}
> The root cause of the issue seem to be a dependency issue with thew latest
> version of the requests library (0.29.0), more information about the issue
> can be found here:
> [https://github.com/docker/docker-py/issues/3113#issuecomment-1527377082]
> While this issue is being resolved in docker-py the workaround is to set the
> required version to less than 0.29.0:
> {code:java}
> requests<2.29 {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)