Skip to content

Commit b435ae1

Browse files
mroeschkemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#55094: TST: Make test_hash_equality_invariance xfail more generic
1 parent dac2a06 commit b435ae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/scalar/timedelta/test_timedelta.py

-1
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,6 @@ def test_timedelta_hash_equality(self):
921921

922922
@pytest.mark.xfail(
923923
reason="pd.Timedelta violates the Python hash invariant (GH#44504).",
924-
raises=AssertionError,
925924
)
926925
@given(
927926
st.integers(

0 commit comments

Comments
 (0)