Skip to content

Commit 93fc66e

Browse files
author
Kacper Szmigiel
committed
update tests ignores for django
1 parent df22fc7 commit 93fc66e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/enabled_test_modules.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@
185185
],
186186
'files': [
187187
'Incompatible types in assignment (expression has type "IOBase", variable has type "File")',
188+
'Argument 1 to "TextIOWrapper" has incompatible type "File"; expected "BinaryIO"',
189+
'Incompatible types in assignment (expression has type "BinaryIO", variable has type "File")',
188190
],
189191
'filtered_relation': [
190192
'has no attribute "name"',
@@ -378,6 +380,7 @@
378380
'responses': [
379381
'Argument 1 to "TextIOWrapper" has incompatible type "HttpResponse"; expected "IO[bytes]"',
380382
'"FileLike" has no attribute "closed"',
383+
'Argument 1 to "TextIOWrapper" has incompatible type "HttpResponse"; expected "BinaryIO"',
381384
],
382385
'reverse_lookup': [
383386
"Cannot resolve keyword 'choice' into field"

0 commit comments

Comments
 (0)