mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-02 13:06:59 +08:00
Fix paramiko stubtest on Windows (#9179)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
version = "2.12.*"
|
||||
requires = ["types-cryptography"]
|
||||
|
||||
[tool.stubtest]
|
||||
# linux and darwin are equivalent
|
||||
platforms = ["linux", "win32"]
|
||||
|
||||
Reference in New Issue
Block a user