Skip to content

Commit

Permalink
Always install six when stubtesting types-google-cloud-ndb (#10704)
Browse files Browse the repository at this point in the history
Fixes #10703
  • Loading branch information
AlexWaygood committed Sep 12, 2023
1 parent 32535ee commit 66771da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/google-cloud-ndb/METADATA.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 66771da

Please sign in to comment.