Skip to content

Commit 2217673

Browse files
committed
Fix "invalid syntax"
1 parent 71aae66 commit 2217673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/enabled_test_modules.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,11 @@
515515
"wsgi": [
516516
'"HttpResponse" has no attribute "block_size"',
517517
],
518+
# test_runner_apps/tagged/tests_syntax_error.py
519+
"test_runner_apps": [
520+
"invalid syntax",
521+
"invalid decimal literal",
522+
],
518523
}
519524

520525

0 commit comments

Comments
 (0)