X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=c6e9565e8a04c87b3ed824408bb8fc94202dbaa0;hb=a1cb1abac5f5979f507b6760f0862c38c3ba2347;hp=18bedfff427bf2cdc0ae426041a6284b7f7eecb6;hpb=cd32fb9b8f63431086809c542b6dab26c8ea09b1;p=ric-app%2Fqp.git diff --git a/tox.ini b/tox.ini index 18bedff..c6e9565 100644 --- a/tox.ini +++ b/tox.ini @@ -18,25 +18,28 @@ envlist = code,flake8,docs,docs-linkcheck minversion = 2.0 [testenv:code] -basepython = python3.8 +basepython = python3.7 deps= pytest coverage pytest-cov setenv = LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 + PYTHONPATH = {toxinidir}:qp:/usr/lib/python3.7/site-packages/ RMR_SEED_RT = tests/fixtures/test_local.rt RMR_ASYNC_CONN = 0 USE_FAKE_SDL = 1 commands = - pytest -v --cov qp --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 + pytest -v --cov qp --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=60 coverage xml -i [testenv:flake8] -basepython = python3.8 +basepython = python3.7 skip_install = true deps = flake8 +setenv = + PYTHONPATH = {toxinidir}:qp:/usr/lib/python3.7/site-packages/ commands = flake8 setup.py qp tests [flake8] @@ -51,7 +54,7 @@ commands = sh -c 'pip freeze > requirements.txt' [testenv:docs] whitelist_externals = echo skipsdist = true -basepython = python3.8 +basepython = python3.7 deps = sphinx sphinx-rtd-theme @@ -64,7 +67,7 @@ commands = [testenv:docs-linkcheck] skipsdist = true -basepython = python3.8 +basepython = python3.7 deps = sphinx sphinx-rtd-theme sphinxcontrib-httpdomain