Remove junit option from pytest invocation 92/2692/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 5 Mar 2020 20:08:50 +0000 (15:08 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 5 Mar 2020 20:09:04 +0000 (15:09 -0500)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I883197c58da7a57c7470f0b30ee6812298613cd2

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]