From 122862728934adbeb808a5b052e07a4edbc12480 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Fri, 7 Feb 2020 11:16:20 -0500 Subject: [PATCH] update --- pytest.ini | 2 +- tests/pytest-ci.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 01ff4c6..8d7aa27 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,4 +5,4 @@ addopts = --splunk_type=docker filterwarnings = ignore::DeprecationWarning -junit_family = xunit1 +junit_family=xunit1 \ No newline at end of file diff --git a/tests/pytest-ci.ini b/tests/pytest-ci.ini index def1d4a..b362753 100644 --- a/tests/pytest-ci.ini +++ b/tests/pytest-ci.ini @@ -7,5 +7,6 @@ addopts = -v --sc4s_host=sc4s --maxfail=5 -n 4 +junit_family=xunit1 filterwarnings = ignore::DeprecationWarning