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