From c72d03e8c67fc1a2c412b92ca826b92c5be0defa Mon Sep 17 00:00:00 2001 From: hetangmodi-crest Date: Tue, 8 Oct 2024 11:34:16 +0530 Subject: [PATCH] chore: remove hec-token addopts and upgrade psa --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- tests/ui/pytest.ini | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 62ed37c14..f6845eb66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1204,13 +1204,13 @@ pytest = ">=5.3" [[package]] name = "pytest-splunk-addon" -version = "5.2.6" +version = "5.4.0" description = "A Dynamic test tool for Splunk Apps and Add-ons" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "pytest_splunk_addon-5.2.6-py3-none-any.whl", hash = "sha256:eefa4b022009b4ec6cb88b6c28a128a4768114b999635e1eb225e40fec6c03e2"}, - {file = "pytest_splunk_addon-5.2.6.tar.gz", hash = "sha256:521172594319bb1f879a2ec433c34c35c20125a84669a84c38529c3ff6879fb6"}, + {file = "pytest_splunk_addon-5.4.0-py3-none-any.whl", hash = "sha256:b2c6482bbeb4ce9dc225e487e32299431bc94cd17c74574a7e7126a63612c1ca"}, + {file = "pytest_splunk_addon-5.4.0.tar.gz", hash = "sha256:78212c0583a5c7c5101ee3690e5cf75dba1e7f4edb444255e2a3cc6eee0c6a5a"}, ] [package.dependencies] @@ -1731,4 +1731,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "2526a70abdde671bcf1a705d014840e2ff39ea8b31bcd442d041731574645de5" +content-hash = "71a9dc95114ab50cc2a05784f48b443d2655789a68152093d8a89f8cffc42654" diff --git a/pyproject.toml b/pyproject.toml index 9bd4bdd9d..d4004aa3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ colorama = "^0.4.6" mkdocs = "^1.4.2" importlib-metadata = {version="*", python="<3.8"} pytest = "^7.2.1" -pytest-splunk-addon = "5.2.6" +pytest-splunk-addon = "^5.4.0" pytest-splunk-addon-ui-smartx = "^5.3.0" pytest-rerunfailures = "^11.1.1" mkdocs-material = "^9.1.3" diff --git a/tests/ui/pytest.ini b/tests/ui/pytest.ini index 577748511..ab164b836 100644 --- a/tests/ui/pytest.ini +++ b/tests/ui/pytest.ini @@ -5,7 +5,6 @@ addopts = -vv --splunk-host=localhost --splunk-user=admin --splunk-password=Chang3d! - --splunk-hec-token=9b741d03-43e9-4164-908b-e09102327d22 --browser=chrome --local --persist-browser