Skip to content

Commit 1f885a0

Browse files
committed
fix(tests/test_gis.py): error pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
1 parent 39a493e commit 1f885a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sfrmaker/test/test_gis.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ def test_get_bbox(project_root_path):
1212
assert np.allclose(bbox, (-90.62442575352304, 46.37890212020774, -90.46249896050521, 46.458360301848685))
1313

1414

15-
@pytest.mark.skip(reason='still working on faster intersection method')
16-
@pytest.fixture(scope='module')
17-
def intersected(tylerforks_sfrmaker_grid_from_flopy, tylerforks_lines_from_NHDPlus):
18-
#results = intersect()
19-
pass
15+
#@pytest.fixture(scope='module')
16+
#def intersected(tylerforks_sfrmaker_grid_from_flopy, tylerforks_lines_from_NHDPlus):
17+
# #results = intersect()
18+
# pass
2019

2120

2221
@pytest.mark.skip(reason='still working on faster intersection method')

0 commit comments

Comments
 (0)