commit | b6fc2a080d4884510dea02cc77b4e0b8fd3a0ccd | [log] [tgz] |
---|---|---|
author | Mark Elliot <123787712+mark-thm@users.noreply.github.com> | Wed Oct 30 23:35:05 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Oct 31 03:35:05 2024 +0000 |
tree | e617297e54ba07647a790aeaaf365e89c74952b8 | |
parent | 2b6308c1b5cb4f069943e37fcedb13c423d79803 [diff] |
fix: Remove --no-build-isolation from pip install command (#2360) Fixes #2328. In #2126, we discussed and added `--no-build-isolation` to ensure that sdist builds pulled from rules_python supplied dependencies. An unanticipated/misunderstood side-effect of this is that pip will no longer resolve necessary, declared build time dependencies from a package index. That's a significant point of friction for users, and, it's much harder to opt-out of the behavior than to opt-in given the presence of `extra_pip_args`.
This repository is the home of the core Python rules -- py_library
, py_binary
, py_test
, py_proto_library
, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.