mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 04:52:21 +08:00
Support environment markers in requires fields (#12711)
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"stubs",
|
||||
],
|
||||
"exclude": [
|
||||
// Stubs that don't work in all Python versions
|
||||
"stubs/seaborn",
|
||||
"stubs/shapely",
|
||||
// test cases use a custom config file
|
||||
"**/@tests/test_cases",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user