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 dec5faa commit 6169ea9Copy full SHA for 6169ea9
tests/validators/test_complex.py
@@ -85,7 +85,7 @@ def test_complex_strict(input_value, expected):
85
86
87
@pytest.mark.xfail(
88
- platform.python_implementation() == 'PyPy' and sys.version_info < (3, 10),
+ platform.python_implementation() == 'PyPy' and sys.pypy_version_info < (7, 3, 17),
89
reason='PyPy cannot process this string due to a bug, even if this string is considered valid in python',
90
)
91
def test_valid_complex_string_with_space():
0 commit comments