Skip to content

Commit

Permalink
Don't expect TestCloudpickleCompat to fail with Python 3.14 (#1398)
Browse files Browse the repository at this point in the history
Cloudpickle supports Python 3.14 already.

Fixes: #1397
  • Loading branch information
frenzymadness authored Jan 27, 2025
1 parent fbff14e commit eb49c53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_3rd_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@

from hypothesis import given

from attr._compat import PY_3_14_PLUS

from .strategies import simple_classes


cloudpickle = pytest.importorskip("cloudpickle")


@pytest.mark.xfail(
PY_3_14_PLUS, reason="cloudpickle is currently broken on 3.14."
)
class TestCloudpickleCompat:
"""
Tests for compatibility with ``cloudpickle``.
Expand Down

0 comments on commit eb49c53

Please sign in to comment.