Skip to content

Commit

Permalink
importorksip for pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Oct 26, 2024
1 parent 1b43efd commit 030fb60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_geoarrow.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from packaging.version import Version

import numpy as np
import pyarrow as pa
import geoarrow.pyarrow as ga

import pytest

Expand All @@ -14,6 +12,9 @@
reason="Needs s2geography >= 0.2.0",
)

pa = pytest.importorskip("pyarrow")
ga = pytest.importorski("geoarrow.pyarrow")


def test_from_geoarrow_wkt():

Expand Down

0 comments on commit 030fb60

Please sign in to comment.