-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breaking change in 0.4.0 excluding tests/ folders in wheels #538
Comments
…ers (bazelbuild#528)" This reverts commit 7609526. Fixes bazelbuild#538
It'd be great to have a fix then a quick |
For future readers, the regression test can be found here: rules_python_regressionRun
|
any update on this getting put out in a release? My team wants to move to 0.4.0 to get this fix to pip_parse, but we're blocked on upgrading by this regression |
I just released 0.5.0, does that work for you? I can go back and make a release branch for 0.4.1 but it's time that could otherwise be spent fixing rules_nodejs :) |
in 0.4.0 we released this breaking change
7609526
However the
tables
library imports its own tests 🙄https://github.com/PyTables/PyTables/blob/v3.6.1/tables/__init__.py#L148
Running
bazel test :pandas_test
in this repro https://github.com/UebelAndre/rules_python_regression illustrates the problem, and commenting out that line in tables fixes it.So the question is what to do:
pip_install
orpip_import
that is wired into the BUILD file generation, turning this change on for all wheels@mattem this was originally your feature, any opinions?
The text was updated successfully, but these errors were encountered: