Skip to content

Commit

Permalink
lint conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsen-usgs committed Aug 21, 2024
1 parent 360d502 commit 3bfbae4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions autotest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3bfbae4

Please sign in to comment.