File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
from click .testing import CliRunner
7
7
8
8
9
- @pytest .fixture ()
9
+ @pytest .fixture
10
10
def runner ():
11
11
"""Return a CliRunner."""
12
12
return CliRunner ()
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ classifiers = [
22
22
" Operating System :: OS Independent" ,
23
23
" Programming Language :: Python" ,
24
24
" Programming Language :: Python :: 3 :: Only" ,
25
- " Programming Language :: Python :: 3.8" ,
26
25
" Programming Language :: Python :: 3.9" ,
27
26
" Programming Language :: Python :: 3.10" ,
28
27
" Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def test_dem_vrt():
78
78
assert_close (ds .mean ().item (), expected )
79
79
80
80
81
- @pytest .mark .speedup ()
81
+ @pytest .mark .speedup
82
82
def test_fill_depressions ():
83
83
ds = py3dep .get_dem (GEOM .bounds , 1000 )
84
84
ds = py3dep .fill_depressions (ds )
You can’t perform that action at this time.
0 commit comments