Ignas Anikevicius
Ignas Anikevicius
This is aligned to how python itself would work. The best way to structure your project would be to have: ``` //time ``` So that then you can import it...
I think that the problem might by `sys.path` ordering where the standard lib is added last and `example/time.py` is overriding that value. What is the location of the `MODULE.bazel` file?...
@dougthor42, @linzhp, could you please test this PR in your repos? Does this speed things up? Does it slow things down? Since you two have bigger repos, it would be...
Thanks for this PR! At some point I had experimented with different ideas on this topic and this solution was one of them. Other solutions that could achieve the goal...
Closing as duplicate, if you have `MODULE.bazel` consider setting up `rules_python` with `bzlmod`. Most of the features (and sometimes more) exist on `bzlmod`.
We depend on `bazel` binaries to run our integration tests. As long as there are no bazel binaries in https://github.com/bazel-contrib/rules_bazel_integration_test, the tests will fail.
Is this still relevant?
I'd like to manually specify the object version and use terraform to manage what version MWAA uses. If I understand correctly, this block makes this usecase impossible.
Taking the example from https://github.com/bazel-contrib/rules_python/pull/2578#issuecomment-2628784221 We should have something like: ```starlark pip.defaults( hub_name = `pypi`, index_url = "https://pypi.org/simple/", # once we want to enable the `experimental_index_url` for everyone or all...
The `isolated = True` should work I think, if it does not feel free to raise tickets separately.