Skip to content

Commit eb49c53

Browse files
Don't expect TestCloudpickleCompat to fail with Python 3.14 (#1398)
Cloudpickle supports Python 3.14 already. Fixes: #1397
1 parent fbff14e commit eb49c53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: tests/test_3rd_party.py

-5
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@
88

99
from hypothesis import given
1010

11-
from attr._compat import PY_3_14_PLUS
12-
1311
from .strategies import simple_classes
1412

1513

1614
cloudpickle = pytest.importorskip("cloudpickle")
1715

1816

19-
@pytest.mark.xfail(
20-
PY_3_14_PLUS, reason="cloudpickle is currently broken on 3.14."
21-
)
2217
class TestCloudpickleCompat:
2318
"""
2419
Tests for compatibility with ``cloudpickle``.

0 commit comments

Comments
 (0)