X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=994391ebbef75a6a4a69c1f5d083a4a8cbc550a7;hb=refs%2Fchanges%2F09%2F7209%2F3;hp=0cdf5e609fc121f543d8c8c233e08972e12e297f;hpb=5e8d27bedbc0d63a6e5ec30e3d752632885b56c4;p=ric-plt%2Fxapp-frame-py.git diff --git a/tox.ini b/tox.ini index 0cdf5e6..994391e 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ setenv = commands = # add -s flag after pytest to show logs immediately instead of delaying - pytest --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml + pytest --ignore=tests/test_config.py --ignore=tests/test_rmr.py --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml coverage xml -i [testenv:flake8] @@ -67,6 +67,7 @@ deps = sphinx msgpack ricsdl protobuf + inotify commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html"