Skip to content

Commit 4f5cd87

Browse files
Backport PR #55094 on branch 2.1.x (TST: Make test_hash_equality_invariance xfail more generic) (#55100)
Backport PR #55094: TST: Make test_hash_equality_invariance xfail more generic Co-authored-by: Matthew Roeschke <[email protected]>
1 parent f98d950 commit 4f5cd87

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)