We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test suite is currently failing across both Python2 and Python3, on multiple Linux distributions:
.........F........................................................................................................................................................................................................................................................................................................................................................................................................................................ ====================================================================== FAIL: test_read_audio_properties (test.test_mediafile.AIFFTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/apetresc/src/arch/python-mediafile/src/python3/test/test_mediafile.py", line 441, in test_read_audio_properties self.assertEqual(getattr(mediafile, key), value) AssertionError: 16 != 0 ---------------------------------------------------------------------- Ran 434 tests in 0.663s FAILED (failures=1)
This is blocking the Arch Linux AUR package (among, probably, many others) for everyone.
The text was updated successfully, but these errors were encountered:
Please see: #23 (comment)
This should be an easy fix if you’re up for opening a PR!
Sorry, something went wrong.
Thanks for the detailed diagnosis in that ticket :) Pull request filed #25
Successfully merging a pull request may close this issue.
The test suite is currently failing across both Python2 and Python3, on multiple Linux distributions:
This is blocking the Arch Linux AUR package (among, probably, many others) for everyone.
The text was updated successfully, but these errors were encountered: