From 04f385688bc904f2fd9054bc09abd3a1a6798348 Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Tue, 22 Nov 2022 13:41:42 +0530 Subject: [PATCH] Adding more dependecies for test ci Issue-id: AIMLWF-5 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: I2fa9502a36a2d46c8bd20e380d3127c9fea55c21 --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tox.ini b/tox.ini index edd4aaa..e83fffa 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,14 @@ deps= pytest-cov connexion mock + boto3 + botocore + Flask + Flask-API + Flask-Cors + requests + pandas + PyYAML setenv = TESTS_BASE_PATH = {toxinidir}/tests commands = -- 2.16.6