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 0232ef1 commit 4dfbd44Copy full SHA for 4dfbd44
pyogrio/tests/test_core.py
@@ -106,9 +106,9 @@ def test_detect_write_driver_unsupported(path):
106
detect_write_driver(path)
107
108
109
-@pytest.mark.parametrize("path", ["test.xml", "test.txt"])
+@pytest.mark.parametrize("path", ["test.xml"])
110
def test_detect_write_driver_multiple_unsupported(path):
111
- with pytest.raises(ValueError, match="multiple drivers are available"):
+ with pytest.raises(ValueError, match="multiple drivers are available "):
112
113
114
0 commit comments