Skip to content

Commit 705d431

Browse files
authored
TST: Make test_hash_equality_invariance xfail more generic (#55094)
1 parent 417a5e7 commit 705d431

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/scalar/timedelta/test_timedelta.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ def test_timedelta_hash_equality(self):
927927

928928
@pytest.mark.xfail(
929929
reason="pd.Timedelta violates the Python hash invariant (GH#44504).",
930-
raises=AssertionError,
931930
)
932931
@given(
933932
st.integers(

0 commit comments

Comments
 (0)