From 81460bbf5659e5077bbeab75fa564d15dcbf5a32 Mon Sep 17 00:00:00 2001 From: Yanks Yoon Date: Wed, 29 May 2024 07:15:02 +0000 Subject: [PATCH] remove duplicate option --- tests/conftest.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index ce552d962..a4b087c27 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -124,12 +124,3 @@ def pytest_addoption(parser: Parser): help="The Openstack region to authenticate to.", default=None, ) - parser.addoption( - "--use-existing-app", - action="store", - help="The existing app to use." - "This will skip deployment of the charm and use the existing app." - "This option is useful for local testing." - "It is expected that the existing app is already integrated with other apps " - "like grafana-agent, etc. ", - )