Skip to content

Commit

Permalink
Fix "invalid syntax"
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Nov 15, 2022
1 parent 7127d70 commit 0d42a91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/enabled_test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
}


Expand Down

0 comments on commit 0d42a91

Please sign in to comment.