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 ad2e59a commit db65e32Copy full SHA for db65e32
pandas/tests/dtypes/test_common.py
@@ -838,10 +838,10 @@ def test_pandas_dtype_string_dtypes(string_storage):
838
839
840
def test_pandas_dtype_string_dtype_alias_with_storage():
841
- with pytest.raises(TypeError):
+ with pytest.raises(TypeError, match="not understood"):
842
pandas_dtype("str[python]")
843
844
845
pandas_dtype("str[pyarrow]")
846
847
result = pandas_dtype("string[python]")
0 commit comments