-
Notifications
You must be signed in to change notification settings - Fork 120
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
KleinResourceTests.test_addSlash fails on Musl or glibc based system #563
Comments
It appears you are running the test suite with pytest. Instead, run it like this: |
Well, something has changed since I added the 21.8.0 release to our Gentoo tree. I am now getting this same test fail error on my system (gcc/glibc based) using both pytest and twisted.trial. Could this be a change in one of the dependencies causing this? =============================================================================== klein.test.test_resource.KleinResourceTests.test_addSlashRan 242 tests in 126.510s FAILED (errors=1, successes=241)
Installed Dependencies: These are the packages that would be merged, in order: Calculating dependencies... done! Total: 10 packages (10 reinstalls), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] n |
Also, github is not letting me re-open this bug! |
Can one of the repo admins please re-open this issue for me? |
I just ran the test suite on the installed klein pkg and am getting the same failure. So it is not a network-sandbox issue with our emerge process. |
I just re-ran tests for all those pkgs that had tests enabled in their ebuilds, plus a few of their deps, and all passed except for klein again. |
On NixOS with Python 3.8.13 and 3.10.5 I tried to reproduce with:
but I wasn't able to. :/ |
However, with Klein 21.8.0 I did reproduce the failure. |
This was included in 23.5.0 |
Gentoo bug: https://bugs.gentoo.org/865677
Full build log: https://865677.bugs.gentoo.org/attachment.cgi?id=800049
The text was updated successfully, but these errors were encountered: