We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31355cd commit da32a64Copy full SHA for da32a64
tests/pypi/extension/extension_tests.bzl
@@ -152,7 +152,7 @@ def _test_simple(env):
152
pypi.is_reproducible().equals(True)
153
pypi.exposed_packages().contains_exactly({"pypi": []})
154
pypi.hub_group_map().contains_exactly({"pypi": {}})
155
- pypi.hub_whl_map().contains_exactly({"pypi": {}})
+ pypi.hub_whl_map().contains_exactly({})
156
pypi.whl_libraries().contains_exactly({})
157
pypi.whl_mods().contains_exactly({})
158
0 commit comments