Skip to content

Commit 89c7523

Browse files
committed
Try removing mp3
1 parent 7674867 commit 89c7523

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

test/mixer_music_test.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ def music_load(self, filename):
5454

5555
def test_load_object(self):
5656
"""test loading music from file-like objects."""
57-
filenames = [
58-
"house_lo.ogg",
59-
"house_lo.wav",
60-
"house_lo.mp3",
61-
]
57+
filenames = ["house_lo.ogg", "house_lo.wav"]
6258
data_fname = example_path("data")
6359
for file in filenames:
6460
path = os.path.join(data_fname, file)
@@ -89,11 +85,7 @@ def test_load_object_xm(self):
8985

9086
def test_object_namehint(self):
9187
"""test loading & queuing music from file-like objects with namehint argument."""
92-
filenames = [
93-
"house_lo.ogg",
94-
"house_lo.wav",
95-
"house_lo.mp3",
96-
]
88+
filenames = ["house_lo.ogg", "house_lo.wav"]
9789
data_fname = example_path("data")
9890
for file in filenames:
9991
path = os.path.join(data_fname, file)

0 commit comments

Comments
 (0)