diff options
author | vrvarma <vv8305@att.com> | 2020-02-03 07:21:55 -0500 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2020-02-06 20:53:07 -0500 |
commit | 97b3f957599ea33654f551354dcc93c77f34ec9c (patch) | |
tree | ffe7b201cf7be68f76f9b230a2559313b0039ee0 | |
parent | 998f35e5100014b9d639e52020a70ff4db53ddd3 (diff) |
Upgrade osdf oparent version to 3.0
Updating tox.ini to check whether build issues are resolved
Change-Id: I0ef428e2c48198d4342ca26372e2715354ff3836
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-686
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | requirements.txt | 1 | ||||
-rw-r--r-- | tox.ini | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent-python</artifactId> - <version>2.1.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.optf.osdf</groupId> 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 @@ -5,6 +5,7 @@ envlist = py3, pylint [testenv] distribute = False +basepython=python3 setenv = OSDF_CONFIG_FILE={toxinidir}/test/config/osdf_config.yaml commands = |