Support extras in stubtest_third_party.py (#8467)

This commit is contained in:
Kevin Kirsche
2022-08-18 17:12:36 -04:00
committed by GitHub
parent a8c8178127
commit 8c51fab4e2
12 changed files with 20 additions and 10 deletions
@@ -1 +0,0 @@
PySocks>=1.5.6, !=1.5.7
+3
View File
@@ -1,2 +1,5 @@
version = "2.28.*"
requires = ["types-urllib3<1.27"] # keep in sync with requests's setup.py
[tool.stubtest]
extras = ["socks"]