Skip to content

Commit

Permalink
Update CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Mar 16, 2023
1 parent 87d3f8e commit d8374cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions istub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ packages:
snapshots:
stubtest: |-
error: s3transfer.compat.BaseManager.shutdown is not present at runtime
Stub: in file ./s3transfer-stubs/compat.pyi:154
def (self: multiprocessing.managers.BaseManager)
Stub: in file ./s3transfer-stubs/compat.pyi:8
def (self: s3transfer.compat.BaseManager)
Runtime:
MISSING
error: s3transfer.processpool.BaseManager.shutdown is not present at runtime
Stub: in file ./s3transfer-stubs/processpool.pyi:154
def (self: multiprocessing.managers.BaseManager)
Stub: in file ./s3transfer-stubs/processpool.pyi:8
def (self: s3transfer.compat.BaseManager)
Runtime:
MISSING
error: s3transfer.processpool.TransferMonitorManager.TransferMonitor is not present in stub
Stub: in file ./s3transfer-stubs/processpool.pyi
MISSING
Runtime: in file ./multiprocessing/managers.py:721
<function BaseManager.register.<locals>.temp at HASH>
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8374cc

Please sign in to comment.