Gábor Gyimesi created MINIFICPP-2114:
----------------------------------------

             Summary: 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


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)

Reply via email to