-
Notifications
You must be signed in to change notification settings - Fork 253
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
Test suite fails if running on Linux/musl #850
Comments
Full failure log:
|
What is probably happening is the following chunk of code isn't saying musllinux isn't available: packaging/src/packaging/_musllinux.py Lines 67 to 69 in 029f415
So probably need to monkeypatch packaging/src/packaging/_musllinux.py Line 34 in 029f415
It might be time to refactor the monkeypatching code to centralize it more so it's easier to turn on/off platform detection for tests. |
If I run the test suite on a system which is linux/musl based, then it fails:
The text was updated successfully, but these errors were encountered: