Skip to content
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

Failing test in AIFFTest.test_read_audio_properties #24

Closed
apetresc opened this issue Dec 5, 2019 · 2 comments · Fixed by #25
Closed

Failing test in AIFFTest.test_read_audio_properties #24

apetresc opened this issue Dec 5, 2019 · 2 comments · Fixed by #25

Comments

@apetresc
Copy link
Contributor

apetresc commented Dec 5, 2019

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.

@sampsyo
Copy link
Member

sampsyo commented Dec 5, 2019

Please see: #23 (comment)

This should be an easy fix if you’re up for opening a PR!

@apetresc
Copy link
Contributor Author

apetresc commented Dec 5, 2019

Thanks for the detailed diagnosis in that ticket :) Pull request filed #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants