Skip to content

Commit f120df8

Browse files
committed
only do testing for top 50 packages
1 parent 1d36b7e commit f120df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,5 @@ load("//python/private/pypi:whl_metadata_repo.bzl", "whl_metadata_repo") # buil
171171

172172
whl_metadata_repo(
173173
name = "whl_metadata_parsing_tests",
174-
limit = 500,
174+
limit = 50,
175175
)

python/private/internal_dev_deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _internal_dev_deps_impl(mctx):
4141

4242
whl_metadata_repo(
4343
name = "whl_metadata_parsing_tests",
44-
limit = 500,
44+
limit = 50,
4545
)
4646

4747
internal_dev_deps = module_extension(

0 commit comments

Comments
 (0)