X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=adapter%2Facumos%2Ftox.ini;h=c92b18aed18f0f45c8fe64c1941850dbc6691d32;hb=HEAD;hp=bc94f223c38f3c0dadacf0a4a95df084592d2056;hpb=849da15d5b7ddc68e4c2b90b603fc8948d4b5e6d;p=dcaegen2%2Fplatform.git diff --git a/adapter/acumos/tox.ini b/adapter/acumos/tox.ini index bc94f22..c92b18a 100644 --- a/adapter/acumos/tox.ini +++ b/adapter/acumos/tox.ini @@ -1,7 +1,8 @@ # ============LICENSE_START==================================================== # org.onap.dcae # ============================================================================= -# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2019,2022 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021 highstreet technologies GmbH. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +18,7 @@ # ============LICENSE_END====================================================== [tox] -envlist = py37,flake8 +envlist = py39,flake8 [testenv] whitelist_externals = @@ -30,12 +31,12 @@ deps= setenv = PYTHONPATH={toxinidir} commands= - nodeenv -p + nodeenv --node=17.2.0 -p npm install --global protobuf-jsonschema - pytest --verbose --junitxml xunit-results.xml --cov aoconversion --cov-report xml --cov-report html + pytest --verbose --junitxml xunit-results.xml --cov aoconversion --cov-report xml --cov-report html --cov-report term [testenv:flake8] -basepython = python3.7 +basepython = python3.9 skip_install = true deps = flake8 commands = flake8 setup.py aoconversion tests