-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore line number differs in stubtest
- Loading branch information
Showing
5 changed files
with
76 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
packages: | ||
- name: botocore | ||
- name: s3transfer | ||
checks: | ||
stubtest: true | ||
snapshots: | ||
stubtest: |- | ||
error: not checking stubs due to mypy build errors: | ||
./botocore-stubs/crt/auth.pyi:4: error: Skipping analyzing "awscrt.auth": module is installed, but missing library stubs or py.typed marker | ||
error: s3transfer.compat.BaseManager.shutdown is not present at runtime | ||
Stub: at line 152 | ||
def (self: multiprocessing.managers.BaseManager) | ||
Runtime: | ||
MISSING | ||
error: s3transfer.processpool.BaseManager.shutdown is not present at runtime | ||
Stub: at line 152 | ||
def (self: multiprocessing.managers.BaseManager) | ||
Runtime: | ||
MISSING | ||
error: s3transfer.processpool.TransferMonitorManager.TransferMonitor is not present in stub | ||
Stub: | ||
MISSING | ||
Runtime: at line 722 in file ./multiprocessing/managers.py | ||
<function BaseManager.register.<locals>.temp at HASH> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters