NONRTRIC-955: Update copyright notices
[sim/a1-interface.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8250799..023d9bf 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
 # ==================================================================================
-#       Copyright (c) 2020 Nordix
+#  Copyright (c) 2020-2023 Nordix
+#  Copyright (C) 2023 OpenInfra Foundation Europe. 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.
 
 [tox]
 envlist = code,docs,docs-linkcheck
-minversion = 2.0
+minversion = 4.0
 skipsdist = true
 
 ; basic test and coverage jobs
 [testenv:code]
-basepython = python3.8
+basepython = python3
 deps=
     pytest
     coverage
     pytest-cov
-    connexion
+    connexion==2.14.2
+    Flask==2.2.5
 
 setenv =
     TESTS_BASE_PATH = {toxinidir}/near-rt-ric-simulator/tests
@@ -47,14 +49,9 @@ commands =
 
 # doc jobs
 [testenv:docs]
-whitelist_externals = echo
+allowlist_externals = echo
 basepython = python3
-deps =
-    sphinx
-    sphinx-rtd-theme
-    sphinxcontrib-httpdomain
-    recommonmark
-    lfdocs-conf
+deps = -r{toxinidir}/docs/requirements-docs.txt
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
@@ -62,9 +59,6 @@ commands =
 [testenv:docs-linkcheck]
 skipsdist = true
 basepython = python3
-deps = sphinx
-       sphinx-rtd-theme
-       sphinxcontrib-httpdomain
-       recommonmark
-       lfdocs-conf
-commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+deps = -r{toxinidir}/docs/requirements-docs.txt
+commands =
+    sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck