summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:19:31 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:19:34 +0200
commitcf950325dd2619cbd0ce34fe6e12a4234810daf4 (patch)
tree67e4e90472d041ce95ddf34478c525c82ee7877a
parentee796cd26464d78beb559730306a62bf382724d4 (diff)
Pin tox basepython version to 3.8
Issue-ID: INT-2222 Change-Id: Ib35ea4d7dc7c0e0ea0425df79ccae366feecbe99 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--robotframework-onap/tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/robotframework-onap/tox.ini b/robotframework-onap/tox.ini
index b506255..953b640 100644
--- a/robotframework-onap/tox.ini
+++ b/robotframework-onap/tox.ini
@@ -12,13 +12,13 @@ deps =
install_command = pip install {opts} {packages}
[testenv:pep8]
-basepython = python3
+basepython = python3.8
changedir = {toxinidir}
commands =
flake8 --max-line-length 120 {[tox]modules}
[testenv:pylint]
-basepython = python3
+basepython = python3.8
deps =
pyflakes
pylint
@@ -26,7 +26,7 @@ commands =
pylint -f parseable --ignore-imports=y --disable=locally-disabled --max-line-length 120 --exit-zero -ry {[tox]modules}
[testenv:py3]
-basepython = python3
+basepython = python3.8
commands = nosetests --with-xunit \
--all-modules \
--with-coverage \