From 645fe3b084a61739e1bdf08220c29caeecb89107 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas@kluyver.me.uk> Date: Fri, 8 Oct 2021 14:51:32 +0100 Subject: [PATCH] Remove --no-caldb command line option --- tests/conftest.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index f80c0d756..a7cfeb0f1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -13,13 +13,6 @@ def pytest_addoption(parser): help="Skips tests marked as requiring GPFS access", ) - parser.addoption( - "--no-caldb", - action="store_true", - default=False, - help="Skips tests marked as requiring calDBs", - ) - def pytest_configure(config): config.addinivalue_line( -- GitLab