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():
17251725 [
17261726 "string[python]" ,
17271727 pytest .param (
1728- pd . StringDtype ( storage = " pyarrow" , na_value = pd . NA ) ,
1728+ "string[ pyarrow]" ,
17291729 marks = td .skip_if_no ("pyarrow" ),
17301730 ),
17311731 pytest .param (
1732- pd . StringDtype ( storage = "pyarrow" , na_value = np . nan ) ,
1732+ "str" ,
17331733 marks = td .skip_if_no ("pyarrow" ),
17341734 ),
17351735 ],
@@ -1748,11 +1748,11 @@ def test_index_equals_different_string_dtype(dtype):
17481748 [
17491749 "string[python]" ,
17501750 pytest .param (
1751- pd . StringDtype ( storage = " pyarrow" , na_value = pd . NA ) ,
1751+ "string[ pyarrow]" ,
17521752 marks = td .skip_if_no ("pyarrow" ),
17531753 ),
17541754 pytest .param (
1755- pd . StringDtype ( storage = "pyarrow" , na_value = np . nan ) ,
1755+ "str" ,
17561756 marks = td .skip_if_no ("pyarrow" ),
17571757 ),
17581758 ],
You can’t perform that action at this time.
0 commit comments