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:
Shantanu
2020-10-25 03:19:15 -07:00
committed by GitHub
parent 5dd444b2bf
commit 2f1367332b
2 changed files with 2 additions and 2 deletions

View File

@@ -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")