From 97b3f957599ea33654f551354dcc93c77f34ec9c Mon Sep 17 00:00:00 2001 From: vrvarma Date: Mon, 3 Feb 2020 07:21:55 -0500 Subject: Upgrade osdf oparent version to 3.0 Updating tox.ini to check whether build issues are resolved Change-Id: I0ef428e2c48198d4342ca26372e2715354ff3836 Signed-off-by: vrvarma Issue-ID: OPTFRA-686 --- pom.xml | 2 +- requirements.txt | 1 + tox.ini | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ac2477..895147d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.onap.oparent oparent-python - 2.1.0 + 3.0.0-SNAPSHOT org.onap.optf.osdf diff --git a/requirements.txt b/requirements.txt index 8001016..140fa57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,4 @@ pydevd==1.4.0 onapsmsclient>=0.0.4 pymzn>=0.18.3 onappylog>=1.0.9 +pathtools>=0.1.2 diff --git a/tox.ini b/tox.ini index 58ed633..c91b77f 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py3, pylint [testenv] distribute = False +basepython=python3 setenv = OSDF_CONFIG_FILE={toxinidir}/test/config/osdf_config.yaml commands = -- cgit 1.2.3-korg