mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Allowlist-only fixes for stubtest on Windows (#9522)
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
# No idea what this is, seems to be auto-generated
|
||||
tree_sitter_languages.core.__test__
|
||||
|
||||
# Fails to import and is not supposed to be imported, but stubtest finds it somehow
|
||||
tree_sitter_languages.languages
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# stubtest/stubgen sees languages.so as a module
|
||||
tree_sitter_languages.languages
|
||||
@@ -0,0 +1,2 @@
|
||||
# stubtest/stubgen sees languages.so as a module
|
||||
tree_sitter_languages.languages
|
||||
Reference in New Issue
Block a user