From bebeb6ec8b801ebff5bd7d60a0890851f8c372c5 Mon Sep 17 00:00:00 2001 From: Roman Cattaneo <1116746+romanc@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:40:09 +0100 Subject: [PATCH] refactor: remove `--no_legacy_namelist` option of pytest This is a follow-up from PR https://github.com/NOAA-GFDL/NDSL/pull/297. --- ndsl/stencils/testing/conftest.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ndsl/stencils/testing/conftest.py b/ndsl/stencils/testing/conftest.py index 2ed29e37..1e5f41f7 100644 --- a/ndsl/stencils/testing/conftest.py +++ b/ndsl/stencils/testing/conftest.py @@ -75,12 +75,6 @@ def pytest_addoption(parser: pytest.Parser) -> None: default=1, help="How many indices of failures to print from worst to best. Default to 1.", ) - parser.addoption( - "--no_legacy_namelist", - action="store_true", - default=False, - help="Temporary flag introduced as part of NDSL issue #64. No functionality. Soon to be removed.", - ) parser.addoption( "--grid", action="store",