pywin32: Remove IID that doesn't exist at runtime (#8930)

Remove IID that doesn't exist at runtime
This commit is contained in:
Samuel T
2022-10-19 07:21:19 -07:00
committed by GitHub
parent 2519a2a686
commit 96af812c07
14 changed files with 2 additions and 13 deletions
+2
View File
@@ -2,4 +2,6 @@ version = "304.*"
[tool.stubtest]
# The library only works on Windows; we currently only run stubtest on Ubuntu for third-party stubs in CI.
# See #8660
# `ignore_missing_stub = false` crashes stubtest. This should be fixed in next mypy update
# https://github.com/python/mypy/issues/13822
skip = true