cache on 3.9 only

This commit is contained in:
Will McGugan
2023-02-22 09:49:10 +00:00
parent 82f2372ffc
commit d0d50e4981
2 changed files with 7 additions and 4 deletions

View File

@@ -235,3 +235,7 @@ def test_screen_switch(snap_compare):
def test_disabled_widgets(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "disable_widgets.py")
def test_focus_component_class(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "focus_component_class.py", press=["tab"])