We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba3e79 commit 571b2baCopy full SHA for 571b2ba
1 file changed
tests/test_code_context_extractor.py
@@ -3961,6 +3961,7 @@ def test_get_external_base_class_inits_empty_when_no_inheritance(tmp_path: Path)
3961
assert result.code_strings == []
3962
3963
3964
+@pytest.mark.skipif(sys.version_info < (3, 11), reason="enum.StrEnum requires Python 3.11+")
3965
def test_dependency_classes_kept_in_read_writable_context(tmp_path: Path) -> None:
3966
"""Tests that classes used as dependencies (enums, dataclasses) are kept in read-writable context.
3967
0 commit comments