From 0d42a911aec85e23173cb625239fcebe9eb6b6d5 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Tue, 15 Nov 2022 13:30:17 +0200 Subject: [PATCH] Fix "invalid syntax" --- scripts/enabled_test_modules.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/enabled_test_modules.py b/scripts/enabled_test_modules.py index 787ba68d6..d29126595 100644 --- a/scripts/enabled_test_modules.py +++ b/scripts/enabled_test_modules.py @@ -515,6 +515,11 @@ "wsgi": [ '"HttpResponse" has no attribute "block_size"', ], + # test_runner_apps/tagged/tests_syntax_error.py + "test_runner_apps": [ + "invalid syntax", + "invalid decimal literal", + ], }