Skip to content

Commit de98a02

Browse files
committed
fix integration tests
1 parent 8578b02 commit de98a02

File tree

2 files changed

+1808
-829
lines changed

2 files changed

+1808
-829
lines changed

MODULE.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ register_toolchains("@pythons_hub//:all")
5656

5757
pip = use_extension("//python/extensions:pip.bzl", "pip")
5858
pip.parse(
59-
download_only = True,
59+
# NOTE @aignas 2024-10-26: We have an integration test that depends on us
60+
# being able to build sdists for this hub, so explicitly set this to False.
61+
download_only = False,
6062
experimental_index_url = "https://pypi.org/simple",
6163
hub_name = "rules_python_publish_deps",
6264
python_version = "3.11",

0 commit comments

Comments
 (0)