From 7799819cad733b64bf4611a19cd4e1073bcee249 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 17 Jun 2020 05:42:10 -0400 Subject: [PATCH] Add another 3.7 stdlib exclusion test --- test/stdlib/3.7-exclude.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stdlib/3.7-exclude.sh b/test/stdlib/3.7-exclude.sh index bd3737a0..f17247b2 100644 --- a/test/stdlib/3.7-exclude.sh +++ b/test/stdlib/3.7-exclude.sh @@ -63,6 +63,7 @@ SKIP_TESTS=( [test_faulthandler.py]=1 # test takes too long before decompiling [test_fileinput.py]=1 # Test assertion failures + [test_finalization.py]=1 # if/else logic [test_frame.py]=1 # test assertion errors [test_ftplib.py]=1 # parse error [test_fstring.py]=1 # need to disambiguate leading fstrings from docstrings