We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f57aa commit 2eaab58Copy full SHA for 2eaab58
tests/test_make.py
@@ -434,7 +434,7 @@ class B:
434
435
436
@pytest.mark.xfail(
437
- condition=sys.implementation.name == "pypy" and sys.implementation.version < (7, 2),
+ condition=sys.implementation.name == "pypy" and sys.pypy_version_info < (7, 2), # type: ignore[attr-defined]
438
reason="Forward references and string annotations are broken in PyPy3 < 7.2",
439
strict=True,
440
)
0 commit comments