From 38291e065147b223979ac6c9b3e9c2b1b43eb81f Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Mon, 4 Feb 2019 19:38:19 +0300 Subject: [PATCH] fix ci --- scripts/typecheck_tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/typecheck_tests.py b/scripts/typecheck_tests.py index 7cef6b6..53b62ec 100644 --- a/scripts/typecheck_tests.py +++ b/scripts/typecheck_tests.py @@ -121,6 +121,9 @@ IGNORED_ERRORS = { 'Argument 1 to "get_list_or_404" has incompatible type "List[Type[Article]]"; ' + 'expected "Union[Type[Model], Manager[Any], QuerySet[Any]]"' ], + 'handlers': [ + '"HttpRequest" has no attribute "environ"' + ], 'model_inheritance_regress': [ 'Incompatible types in assignment (expression has type "List[Supplier]", variable has type "QuerySet[Supplier]")' ],