You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
## What is the goal of this PR?
We remove an unneccessary call of `pip_repositories` despite it being a
deprecated function from `rules_python`, including in our own patched
version. Additionally, this cleans up our bazel command output. See the
output message below.
```
DEBUG: /private/var/tmp/[...]/external/rules_python/python/pip.bzl:228:10:
DEPRECATED: the pip_repositories rule has been replaced with pip_install, please see rules_python 0.1 release notes
```
See this dependencies PR for more information:
- typedb/typedb-dependencies#372
## What are the changes implemented in this PR?
We remove the command that loads the function as well as the call to the
function.
0 commit comments