1616 NaT ,
1717 Series ,
1818 Timestamp ,
19- _is_numpy_dev ,
2019 date_range ,
2120 isna ,
2221)
@@ -698,11 +697,6 @@ def test_numpy_compat(func):
698697 getattr (g , func )(foo = 1 )
699698
700699
701- @pytest .mark .xfail (
702- _is_numpy_dev ,
703- reason = "https://github.com/pandas-dev/pandas/issues/31992" ,
704- strict = False ,
705- )
706700def test_cummin (numpy_dtypes_for_minmax ):
707701 dtype = numpy_dtypes_for_minmax [0 ]
708702 min_val = numpy_dtypes_for_minmax [1 ]
@@ -751,11 +745,6 @@ def test_cummin(numpy_dtypes_for_minmax):
751745 tm .assert_series_equal (result , expected )
752746
753747
754- @pytest .mark .xfail (
755- _is_numpy_dev ,
756- reason = "https://github.com/pandas-dev/pandas/issues/31992" ,
757- strict = False ,
758- )
759748def test_cummin_all_nan_column ():
760749 base_df = pd .DataFrame ({"A" : [1 , 1 , 1 , 1 , 2 , 2 , 2 , 2 ], "B" : [np .nan ] * 8 })
761750
@@ -766,11 +755,6 @@ def test_cummin_all_nan_column():
766755 tm .assert_frame_equal (expected , result )
767756
768757
769- @pytest .mark .xfail (
770- _is_numpy_dev ,
771- reason = "https://github.com/pandas-dev/pandas/issues/31992" ,
772- strict = False ,
773- )
774758def test_cummax (numpy_dtypes_for_minmax ):
775759 dtype = numpy_dtypes_for_minmax [0 ]
776760 max_val = numpy_dtypes_for_minmax [2 ]
@@ -819,11 +803,6 @@ def test_cummax(numpy_dtypes_for_minmax):
819803 tm .assert_series_equal (result , expected )
820804
821805
822- @pytest .mark .xfail (
823- _is_numpy_dev ,
824- reason = "https://github.com/pandas-dev/pandas/issues/31992" ,
825- strict = False ,
826- )
827806def test_cummax_all_nan_column ():
828807 base_df = pd .DataFrame ({"A" : [1 , 1 , 1 , 1 , 2 , 2 , 2 , 2 ], "B" : [np .nan ] * 8 })
829808
0 commit comments