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 2902e07 commit 0ed742dCopy full SHA for 0ed742d
pandas/tests/frame/test_arithmetic.py
@@ -2188,11 +2188,11 @@ def test_enum_column_equality():
2188
[
2189
"string[python]",
2190
pytest.param(
2191
- pd.StringDtype(storage="pyarrow", na_value=pd.NA),
+ "string[pyarrow]",
2192
marks=td.skip_if_no("pyarrow"),
2193
),
2194
2195
- pd.StringDtype(storage="pyarrow", na_value=np.nan),
+ "str",
2196
2197
2198
],
0 commit comments