From: Lott, Christopher (cl778h) Date: Thu, 5 Mar 2020 20:08:50 +0000 (-0500) Subject: Remove junit option from pytest invocation X-Git-Tag: 0.3.0~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=06c2edc43327744be4ef1114fd99edfd111039fa;p=ric-plt%2Fxapp-frame-py.git Remove junit option from pytest invocation Signed-off-by: Lott, Christopher (cl778h) Change-Id: I883197c58da7a57c7470f0b30ee6812298613cd2 --- diff --git a/tox.ini b/tox.ini index 43a8d34..f47d647 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ deps= setenv = LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 commands = - pytest --junitxml xunit-results.xml --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=50 + pytest --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=50 coverage xml -i [testenv:flake8]