Skip to content

Commit

Permalink
MNT: Add back the speedup marker. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jul 7, 2024
1 parent d4cde2f commit abfe303
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies = [
"cytoolz",
"geopandas>=0.10",
"numpy>=1.17",
"pygeoogc<0.18,>=0.17.1",
"pygeoutils<0.18,>=0.17.1",
"pygeoogc<0.18,>=0.17",
"pygeoutils<0.18,>=0.17",
"rasterio>=1.2",
"rioxarray>=0.11",
"scipy",
Expand Down Expand Up @@ -218,6 +218,9 @@ filterwarnings = [
testpaths = [
"tests",
]
markers = [
"speedup: Tests that require numba>=0.57",
]

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit abfe303

Please sign in to comment.