mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 12:21:27 +08:00
Always install six when stubtesting types-google-cloud-ndb (#10704)
Fixes #10703
This commit is contained in:
@@ -3,5 +3,5 @@ upstream_repository = "https://github.com/googleapis/python-ndb"
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_requirements = ["protobuf==3.20.2"]
|
||||
stubtest_requirements = ["protobuf==3.20.2", "six"]
|
||||
ignore_missing_stub = true
|
||||
|
||||
Reference in New Issue
Block a user