mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
skip for 3.9
This commit is contained in:
parent
aba3e79648
commit
571b2ba694
1 changed files with 1 additions and 0 deletions
|
|
@ -3961,6 +3961,7 @@ def test_get_external_base_class_inits_empty_when_no_inheritance(tmp_path: Path)
|
|||
assert result.code_strings == []
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.version_info < (3, 11), reason="enum.StrEnum requires Python 3.11+")
|
||||
def test_dependency_classes_kept_in_read_writable_context(tmp_path: Path) -> None:
|
||||
"""Tests that classes used as dependencies (enums, dataclasses) are kept in read-writable context.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue