mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
stubtest unused: match stubtest version, add fix (#4705)
In #4696 I bumped stubtest to a commit that hasn't been released. We should have these stubtest versions match. In https://github.com/python/mypy/pull/9426 I changed the output of stubtest here; it's good to get this change in before I forget and this action silently stops working. Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -7,7 +7,7 @@ import os.path
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
_UNUSED_NOTE = "note: unused whitelist entry "
|
||||
_UNUSED_NOTE = "note: unused allowlist entry "
|
||||
_WHITELIST_PATH = os.path.join("tests", "stubtest_whitelists")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user