Skip to content

Commit 044ffa6

Browse files
committed
test: xfail a test because of CPython issue 104686
1 parent 12333be commit 044ffa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_arcs.py

+4
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,10 @@ def my_function(
17001700
)
17011701

17021702
@xfail_pypy38
1703+
@pytest.mark.xfail(
1704+
env.PYVERSION > (3, 12, 0, "alpha", 7, 0),
1705+
reason="Pending bug https://github.com/python/cpython/issues/104686"
1706+
)
17031707
def test_class_decorator(self) -> None:
17041708
arcz = (
17051709
".1 16 67 6D 7A AE E. " # main line

0 commit comments

Comments
 (0)