From 3bfbae40ba42af8ea5be9bbe94a211cf52c4211c Mon Sep 17 00:00:00 2001 From: jlarsen Date: Wed, 21 Aug 2024 14:07:09 -0700 Subject: [PATCH] lint conftest.py --- autotest/conftest.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/autotest/conftest.py b/autotest/conftest.py index 5ff5e69..adbb9f6 100644 --- a/autotest/conftest.py +++ b/autotest/conftest.py @@ -60,11 +60,7 @@ def pytest_generate_tests(metafunc): mf6_examples_path = get_mf6_examples_path() # grouping... - exclude = [ - "ex-gwt-gwtgwt-mt3dms-p10", - "ex-prt-mp7-p02", - "ex-prt-mp7-p04" - ] + exclude = ["ex-gwt-gwtgwt-mt3dms-p10", "ex-prt-mp7-p02", "ex-prt-mp7-p04"] namfiles = [ str(p) for p in mf6_examples_path.rglob("mfsim.nam")