Skip to content

Commit 50a4e6d

Browse files
committed
chore: remove pip_install_dependencies
1 parent 68d1b41 commit 50a4e6d

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

python/pip_install/BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ bzl_library(
3535
deps = ["//python/private/pypi:pip_compile_bzl"],
3636
)
3737

38-
bzl_library(
39-
name = "repositories_bzl",
40-
srcs = ["repositories.bzl"],
41-
deps = [
42-
"//python/private/pypi:deps_bzl",
43-
],
44-
)
45-
4638
filegroup(
4739
name = "distribution",
4840
srcs = glob(["**"]),

python/pip_install/repositories.bzl

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/integration/pip_parse/WORKSPACE

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ load("@rules_python//python:repositories.bzl", "py_repositories", "python_regist
77

88
py_repositories()
99

10-
# This call is included in `py_repositories` and we are calling
11-
# `pip_install_dependencies` only to ensure that we are not breaking really old
12-
# code.
13-
#
14-
# TODO @aignas 2024-06-23: remove this before 1.0.0
15-
load("@rules_python//python/pip_install:repositories.bzl", "pip_install_dependencies")
16-
17-
pip_install_dependencies()
18-
1910
python_register_toolchains(
2011
name = "python39",
2112
python_version = "3.9",

0 commit comments

Comments
 (0)