Skip to content

Commit

Permalink
test: cpython 104686 is fixed, un-xfail this test
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 22, 2023
1 parent 37b922a commit 2a0cee9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_arcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1700,10 +1700,6 @@ 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 2a0cee9

Please sign in to comment.