beetbox / mediafile

elegant audio file tagging
http://mediafile.readthedocs.io/
MIT License
97 stars 24 forks source link

0.10.0 test failure #65

Closed alucryd closed 1 year ago

alucryd commented 1 year ago

I'm getting a test failure in the 0.10.0 release (Arch Linux, python 3.10.8), is that an oversight?

..............................................................................................................................................................................................................................................................................................................................................F.....................................................................................................................................
======================================================================
FAIL: test_read_audio_properties (test.test_mediafile.WAVETest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-mediafile/src/mediafile/test/test_mediafile.py", line 445, in test_read_audio_properties
    self.assertEqual(getattr(mediafile, key), value)
AssertionError: 705600 != 88200
----------------------------------------------------------------------
Ran 468 tests in 0.563s
FAILED (failures=1)
sampsyo commented 1 year ago

Yes, this is clearly a problem… I'm not sure how this change slipped through our CI, though. Looking into it!

sampsyo commented 1 year ago

I've release v0.10.1 that should fix this problem!

alucryd commented 1 year ago

Confirmed, thank you!