Skip to content

Commit 31b427f

Browse files
authored
(7, 2) is sufficient
1 parent 561ec34 commit 31b427f

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
@@ -397,7 +397,7 @@ class B:
397397

398398

399399
@pytest.mark.skipif(
400-
condition=sys.implementation.name == "pypy" and sys.pypy_version_info < (7, 2, 0),
400+
condition=sys.implementation.name == "pypy" and sys.pypy_version_info < (7, 2),
401401
reason="Forward references and string annotations are broken.",
402402
)
403403
def test_forward_reference_module_scope():

0 commit comments

Comments
 (0)