We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710d716 commit cd86b97Copy full SHA for cd86b97
tests/test_io.py
@@ -136,7 +136,7 @@ def test_reading_empty():
136
assert isinstance(holes, Holes)
137
138
139
-@pytest.mark.skipif(not ping_gtk(), reason="GTK DB not available")
+@pytest.mark.skipif(ping_gtk(), reason="GTK DB not available")
140
def test_gtk_wfs():
141
bbox = (60.2, 24.8, 60.215, 24.83)
142
holes = from_gtk_wfs(bbox, "EPSG:4326", progress_bar=True)
0 commit comments