Fix paramiko stubtest on Windows (#9179)

This commit is contained in:
Avasam
2022-11-12 23:52:34 +00:00
committed by GitHub
parent 4bad015bbb
commit 1724fb3e25
5 changed files with 10 additions and 2 deletions
+4
View File
@@ -1,2 +1,6 @@
version = "2.12.*"
requires = ["types-cryptography"]
[tool.stubtest]
# linux and darwin are equivalent
platforms = ["linux", "win32"]