Skip to content

Commit f30198c

Browse files
committed
clarify xfail reason
1 parent 3b8bc4c commit f30198c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ class B:
398398

399399
@pytest.mark.xfail(
400400
condition=sys.implementation.name == "pypy" and sys.pypy_version_info < (7, 2),
401-
reason="Forward references and string annotations are broken.",
401+
reason="Forward references and string annotations are broken in PyPy3 < 7.2",
402402
strict=True,
403403
)
404404
def test_forward_reference_module_scope():

0 commit comments

Comments
 (0)