Skip to content

Commit 4dfbd44

Browse files
authored
TST: changes in tests to pass GDAL 3.11 (nightlies) (#528)
1 parent 0232ef1 commit 4dfbd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyogrio/tests/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ def test_detect_write_driver_unsupported(path):
106106
detect_write_driver(path)
107107

108108

109-
@pytest.mark.parametrize("path", ["test.xml", "test.txt"])
109+
@pytest.mark.parametrize("path", ["test.xml"])
110110
def test_detect_write_driver_multiple_unsupported(path):
111-
with pytest.raises(ValueError, match="multiple drivers are available"):
111+
with pytest.raises(ValueError, match="multiple drivers are available "):
112112
detect_write_driver(path)
113113

114114

0 commit comments

Comments
 (0)