We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbff14e commit eb49c53Copy full SHA for eb49c53
tests/test_3rd_party.py
@@ -8,17 +8,12 @@
8
9
from hypothesis import given
10
11
-from attr._compat import PY_3_14_PLUS
12
-
13
from .strategies import simple_classes
14
15
16
cloudpickle = pytest.importorskip("cloudpickle")
17
18
19
-@pytest.mark.xfail(
20
- PY_3_14_PLUS, reason="cloudpickle is currently broken on 3.14."
21
-)
22
class TestCloudpickleCompat:
23
"""
24
Tests for compatibility with ``cloudpickle``.
0 commit comments