mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #96886 from doronbehar/pkg/beets/wv-test-fix
beets: Fix wavpack mediafile test
This commit is contained in:
commit
91ad566e18
|
@ -1,8 +1,10 @@
|
|||
Backport https://github.com/beetbox/mediafile/commit/b3343c4ee08d1251ae5e2344401a2f5892b4e868
|
||||
Backport
|
||||
https://github.com/beetbox/mediafile/commit/b3343c4ee08d1251ae5e2344401a2f5892b4e868
|
||||
https://github.com/beetbox/mediafile/commit/d2fc3b59f77c515b02dfe7ad936f89264375d2b4
|
||||
to Beets 1.4.9.
|
||||
|
||||
diff --git i/setup.py w/setup.py
|
||||
index 79278f8..b8d6068 100755
|
||||
index 79278f8b..b8d60687 100755
|
||||
--- i/setup.py
|
||||
+++ w/setup.py
|
||||
@@ -87,7 +87,7 @@ setup(
|
||||
|
@ -15,9 +17,18 @@ index 79278f8..b8d6068 100755
|
|||
'musicbrainzngs>=0.4',
|
||||
'pyyaml',
|
||||
diff --git i/test/test_mediafile.py w/test/test_mediafile.py
|
||||
index 36a2c53..54ef9dd 100644
|
||||
index 36a2c53a..0ddde44e 100644
|
||||
--- i/test/test_mediafile.py
|
||||
+++ w/test/test_mediafile.py
|
||||
@@ -888,7 +888,7 @@ class WavpackTest(ReadWriteTestBase, unittest.TestCase):
|
||||
'bitrate': 109312,
|
||||
'format': u'WavPack',
|
||||
'samplerate': 44100,
|
||||
- 'bitdepth': 0,
|
||||
+ 'bitdepth': 16,
|
||||
'channels': 1,
|
||||
}
|
||||
|
||||
@@ -912,7 +912,7 @@ class AIFFTest(ReadWriteTestBase, unittest.TestCase):
|
||||
'bitrate': 705600,
|
||||
'format': u'AIFF',
|
||||
|
|
Loading…
Reference in a new issue