Skip to content

Commit

Permalink
Backport PR #55094 on branch 2.1.x (TST: Make test_hash_equality_inva…
Browse files Browse the repository at this point in the history
…riance xfail more generic) (#55100)

Backport PR #55094: TST: Make test_hash_equality_invariance xfail more generic

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and mroeschke committed Sep 11, 2023
1 parent f98d950 commit 4f5cd87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/tests/scalar/timedelta/test_timedelta.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,6 @@ def test_timedelta_hash_equality(self):

@pytest.mark.xfail(
reason="pd.Timedelta violates the Python hash invariant (GH#44504).",
raises=AssertionError,
)
@given(
st.integers(
Expand Down

0 comments on commit 4f5cd87

Please sign in to comment.