Skip to content

Commit

Permalink
test: xfail a test because of CPython issue 104686
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 20, 2023
1 parent 12333be commit 044ffa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_arcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,10 @@ def my_function(
)

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

0 comments on commit 044ffa6

Please sign in to comment.