Closed alucryd closed 2 years 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)
Yes, this is clearly a problem… I'm not sure how this change slipped through our CI, though. Looking into it!
I've release v0.10.1 that should fix this problem!
Confirmed, thank you!
I'm getting a test failure in the 0.10.0 release (Arch Linux, python 3.10.8), is that an oversight?