[PYTHONSDK] Fix pyyaml issue 11/126411/1
authormorganrol <morgan.richomme@orange.com>
Tue, 4 Jan 2022 09:03:04 +0000 (10:03 +0100)
committermorganrol <morgan.richomme@orange.com>
Tue, 4 Jan 2022 09:03:04 +0000 (10:03 +0100)
commitb8988e73c813c463b943638e9849da59229a2223
tree15eff754a97e821308be7ba2b42f799cc6eb494b
parenta2b118029680f62e053211a9fd9443308286a31c
[PYTHONSDK] Fix pyyaml issue

Due to the introduction of pyyaml in the tox,
the docker build may have issue
Cannot uninstall 'PyYAML'. It is a distutils installed project and
thus we cannot accurately determine which files belong to it which
would lead to only a partial uninstall.

Adding the pip option --ignore-installed avoid any issue

Issue-ID: TEST-377

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I85dcc0a08db7998d2cb3407ad91200fba48b1fd6
smoke-usecases-pythonsdk/docker/Dockerfile