guru/dev-python/grpc-stubs/files/grpc-stubs-1.53.0.3-die-on-missing-import.patch
Lucio Sauer 36ee81ca06
dev-python/grpc-stubs: add 1.53.0.3
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2023-10-03 01:54:25 +02:00

13 lines
315 B
Diff

Tests should fail if mypy fails to find the stubs that are to be tested.
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[mypy]
check_untyped_defs = True
ignore_errors = False
-ignore_missing_imports = True
+ignore_missing_imports = False
strict_optional = True
no_error_summary = True
no_color_output = True