Skip to content

Commit c4bf97a

Browse files
authored
TST: add strict=False; xref #26069 (#26163)
1 parent 3e90d43 commit c4bf97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/test_analytics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ def test_value_counts_with_nan(self):
14041404
"dtype",
14051405
["int_", "uint", "float_", "unicode_", "timedelta64[h]",
14061406
pytest.param("datetime64[D]",
1407-
marks=pytest.mark.xfail(reason="GH#7996"))]
1407+
marks=pytest.mark.xfail(reason="GH#7996", strict=False))]
14081408
)
14091409
def test_drop_duplicates_categorical_non_bool(self, dtype,
14101410
ordered_fixture):

0 commit comments

Comments
 (0)