Closed
Description
While building a package for Alpine Linux, musl, I got 3 failed tests:
=========================== short test summary info ============================
FAILED tests/i18n/test_i18n.py::test_selocale_unsupported - Failed: DID NOT RAISE <class 'locale.Error'>
FAILED tests/ogvjs/test_ogvjs.py::test_installed_script - FileNotFoundError: [Errno 2] No such file or directory: 'fix_ogvjs_dist'
FAILED tests/video/test_video.py::test_get_media_info[mp4-video.mp4-expected1] - AssertionError: assert {'bitrate': 3...'duration': 2} == {'bitrate': 3...'duration': 2}
Omitting 2 identical items, use -vv to show
Differing items:
{'bitrate': 3837275} != {'bitrate': 3818365}
Full diff:
- {'bitrate': 3818365, 'codecs': ['h264', 'aac'], 'duration': 2}
? -- ^
+ {'bitrate': 3837275, 'codecs': ['h264', 'aac'], 'duration': 2}
? ^^^
================= 3 failed, 321 passed, 31 warnings in 59.12s ==================
How critical are these tests? Could I ignore them?