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 85dad22 commit afd8091
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ dependencies = [
"geopandas>=0.10",
"numpy>=1.21",
"pandas>=1",
"py3dep<0.18,>=0.17.1",
"pygeoogc<0.18,>=0.17.3",
"pygeoutils<0.18,>=0.17.3",
"py3dep<0.18,>=0.17",
"pygeoogc<0.18,>=0.17",
"pygeoutils<0.18,>=0.17",
"pyproj>=3.0.1",
"scipy",
"shapely>=2",
Expand Down Expand Up @@ -225,6 +225,9 @@ filterwarnings = [
testpaths = [
"tests",
]
markers = [
"speedup: Tests that require numba>=0.57",
]

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

0 comments on commit afd8091

Please sign in to comment.