Open rossburton opened 3 weeks ago
What is probably happening is the following chunk of code isn't saying musllinux isn't available:
So probably need to monkeypatch _get_musl_version()
to return None
in these tests:
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: