Skip to content

Commit

Permalink
Backport PR pandas-dev#55094: TST: Make test_hash_equality_invariance…
Browse files Browse the repository at this point in the history
… xfail more generic
  • Loading branch information
mroeschke authored and meeseeksmachine committed Sep 11, 2023
1 parent dac2a06 commit b435ae1
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 b435ae1

Please sign in to comment.