Remove junit option from pytest invocation
[ric-plt/xapp-frame-py.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 43a8d34..f47d647 100644 (file)
--- 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]