We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db42832 commit c752c33Copy full SHA for c752c33
tests/brain/test_regex.py
@@ -24,6 +24,9 @@ def test_regex_flags(self) -> None:
24
assert name in re_ast
25
assert next(re_ast[name].infer()).value == getattr(regex, name)
26
27
+ @pytest.mark.xfail(
28
+ reason="Started failing on main, but no one reproduced locally yet"
29
+ )
30
@test_utils.require_version(minver="3.9")
31
def test_regex_pattern_and_match_subscriptable(self):
32
"""Test regex.Pattern and regex.Match are subscriptable in PY39+."""
0 commit comments