Skip to content
Snippets Groups Projects
Commit 645fe3b0 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Remove --no-caldb command line option

parent 1312b0d5
No related branches found
No related tags found
1 merge request!504Resolve "Skip ZMQ tests if zmq connection for calibration DB not available"
...@@ -13,13 +13,6 @@ def pytest_addoption(parser): ...@@ -13,13 +13,6 @@ def pytest_addoption(parser):
help="Skips tests marked as requiring GPFS access", 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): def pytest_configure(config):
config.addinivalue_line( config.addinivalue_line(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment