From 06c2edc43327744be4ef1114fd99edfd111039fa Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Thu, 5 Mar 2020 15:08:50 -0500 Subject: [PATCH] Remove junit option from pytest invocation Signed-off-by: Lott, Christopher (cl778h) Change-Id: I883197c58da7a57c7470f0b30ee6812298613cd2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.16.6