Skip to content

Commit

Permalink
Update pygeoif dependency to >=1.5 and remove xfail for NaN handling …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
cleder committed May 11, 2024
1 parent 38fddce commit 6b73db1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]
dependencies = [
"arrow",
"pygeoif>=1.4",
"pygeoif>=1.5",
"typing-extensions>4",
]
description = "Fast KML processing in python"
Expand Down
1 change: 0 additions & 1 deletion tests/geometries/linestring_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def test_from_string_invalid_coordinates_non_numerical(self) -> None:
"</LineString>",
)

@pytest.mark.xfail(reason="pygeoif does not handle NaN values well")
def test_from_string_invalid_coordinates_nan(self) -> None:
line_string = LineString.class_from_string(
'<LineString xmlns="http://www.opengis.net/kml/2.2">'
Expand Down

0 comments on commit 6b73db1

Please sign in to comment.