Skip to content

Commit

Permalink
LNT: Run pre-commit. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Sep 14, 2024
1 parent 5d2da28 commit 7c1e271
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from click.testing import CliRunner


@pytest.fixture()
@pytest.fixture
def runner():
"""Return a CliRunner."""
return CliRunner()
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_py3dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_dem_vrt():
assert_close(ds.mean().item(), expected)


@pytest.mark.speedup()
@pytest.mark.speedup
def test_fill_depressions():
ds = py3dep.get_dem(GEOM.bounds, 1000)
ds = py3dep.fill_depressions(ds)
Expand Down

0 comments on commit 7c1e271

Please sign in to comment.