From d3b2089e893907d59b88e510a0478bf9deb52a96 Mon Sep 17 00:00:00 2001 From: Nikita Vakula <52108696+krjakbrjak@users.noreply.github.com> Date: Wed, 16 Jun 2021 09:49:02 +0200 Subject: [PATCH] [python-fastapi] Fixed integration tests (#9771) * [python-fastapi] Fixed integration tests Currently, it is required to use python 3.7 to make python-fastapi generator work. This version is already set in the generated Dockerfile. Thus, it makes sense to build this image. Spotify's docker maven plugin can be used to build the docker image. Signed-off-by: Nikita Vakula * fixup! [python-fastapi] Fixed integration tests Signed-off-by: Nikita Vakula --- pom.xml | 3 +- .../server/petstore/python-fastapi/pom.xml | 11 +++---- .../petstore/python-fastapi/test_python3.sh | 33 ------------------- 3 files changed, 5 insertions(+), 42 deletions(-) delete mode 100755 samples/server/petstore/python-fastapi/test_python3.sh diff --git a/pom.xml b/pom.xml index c33cc976442..a78fee85d3c 100644 --- a/pom.xml +++ b/pom.xml @@ -1187,8 +1187,7 @@ samples/server/petstore/python-aiohttp samples/server/petstore/python-aiohttp-srclayout - + samples/server/petstore/python-fastapi samples/server/petstore/python-flask