-
Notifications
You must be signed in to change notification settings - Fork 54
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
Tests do not run in PEP517 out-of-source build (gentoo) #101
Comments
Thanks for reporting the issue! |
The issue here seems to be that I could get most tests to run by linking Now, only the following two fail:
both with: compress = comp_types[comp_type][0]
E KeyError: 'lzo' |
That's good progress, thanks for your work on that!
That's likely due to missing python-lzo, which is not strictly required by bx-python but it's need for these tests to pass, see https://github.com/bxlab/bx-python/blob/main/tox.ini#L16 |
Oh yes, that makes sense. Thank you! I edited the title for the PEP517 tests, please feel free to leave open or close as you prefer. |
@mschubert Sorry for late reply here, if there's anything that we can do here that would make your life easier let us know! |
When trying to run the tests of a locally built wheel, I run into errors in the collection phase. The steps are, roughly:
The relevant sections are:
This always worked fine with other packages, so I'm not sure what's going wrong here.
Detailed log here (including package versions)
The text was updated successfully, but these errors were encountered: