diff --git a/test/test_snapshot.py b/test/test_snapshot.py index be8b1406..be3c0a65 100755 --- a/test/test_snapshot.py +++ b/test/test_snapshot.py @@ -96,7 +96,7 @@ def outfile(self, format: str) -> Path: snapshots = [ Snapshot("ast_parsing"), - Snapshot("collections_abc"), + Snapshot("collections_abc", min_version=(3, 9)), Snapshot("demo", min_version=(3, 9)), Snapshot("enums", min_version=(3, 12)), Snapshot("flavors_google"),