mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fix passlib stubtest on windows (#9523)
This commit is contained in:
2
stubs/passlib/@tests/stubtest_allowlist_win32.txt
Normal file
2
stubs/passlib/@tests/stubtest_allowlist_win32.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Only exists if crypt is present
|
||||
passlib.hosts.host_context
|
||||
@@ -1,8 +1,11 @@
|
||||
from typing import Any
|
||||
|
||||
from passlib.context import CryptContext
|
||||
|
||||
linux_context: Any
|
||||
linux2_context: Any
|
||||
freebsd_context: Any
|
||||
openbsd_context: Any
|
||||
netbsd_context: Any
|
||||
host_context: Any
|
||||
# Only exists if crypt is present
|
||||
host_context: CryptContext
|
||||
|
||||
Reference in New Issue
Block a user