File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1725,11 +1725,11 @@ def test_is_monotonic_pyarrow_list_type():
1725
1725
[
1726
1726
"string[python]" ,
1727
1727
pytest .param (
1728
- pd . StringDtype ( storage = " pyarrow" , na_value = pd . NA ) ,
1728
+ "string[ pyarrow]" ,
1729
1729
marks = td .skip_if_no ("pyarrow" ),
1730
1730
),
1731
1731
pytest .param (
1732
- pd . StringDtype ( storage = "pyarrow" , na_value = np . nan ) ,
1732
+ "str" ,
1733
1733
marks = td .skip_if_no ("pyarrow" ),
1734
1734
),
1735
1735
],
@@ -1748,11 +1748,11 @@ def test_index_equals_different_string_dtype(dtype):
1748
1748
[
1749
1749
"string[python]" ,
1750
1750
pytest .param (
1751
- pd . StringDtype ( storage = " pyarrow" , na_value = pd . NA ) ,
1751
+ "string[ pyarrow]" ,
1752
1752
marks = td .skip_if_no ("pyarrow" ),
1753
1753
),
1754
1754
pytest .param (
1755
- pd . StringDtype ( storage = "pyarrow" , na_value = np . nan ) ,
1755
+ "str" ,
1756
1756
marks = td .skip_if_no ("pyarrow" ),
1757
1757
),
1758
1758
],
You can’t perform that action at this time.
0 commit comments