From cf2783b8ca3fb23cc379ab56a4095ff212e3f233 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Sat, 8 Feb 2020 11:10:31 -0500 Subject: [PATCH] updates --- pytest.ini | 1 + tests/pytest-ci.ini | 2 +- tests/requirements.txt | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pytest.ini b/pytest.ini index 254a172..572557e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,6 +5,7 @@ addopts = --splunk_type=docker --keepalive --splunk_hec_token=1ec3c8ac-74b3-46f2-ba44-a7c96b6ab236 + -n=8 filterwarnings = ignore::DeprecationWarning junit_family=xunit1 \ No newline at end of file diff --git a/tests/pytest-ci.ini b/tests/pytest-ci.ini index 9bcb6f8..988c802 100644 --- a/tests/pytest-ci.ini +++ b/tests/pytest-ci.ini @@ -5,7 +5,7 @@ addopts = -v --tb=long --splunk_host=splunk --sc4s_host=sc4s --junitxml=/work/test-results/test.xml - -n=6 + -n=10 junit_family=xunit1 filterwarnings = ignore::DeprecationWarning diff --git a/tests/requirements.txt b/tests/requirements.txt index 7e40d01..5bb5756 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -13,7 +13,8 @@ splunk-sdk flake8 pytz flaky -pytest-docker +lovely-pytest-docker pathlib2 psutil -requests \ No newline at end of file +requests +pytest-xdist \ No newline at end of file