"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "da8632cafe0f9b3dc3179ecc202ea894c73c46db"
Unverified Commit c9142fd5 authored by engineerchuan's avatar engineerchuan Committed by GitHub
Browse files

Use default backend for TestCommonVoice (#775)

* Change 'sox' to 'default'
parent 26941fa3
...@@ -46,9 +46,8 @@ class TestDatasets(common_utils.TorchaudioTestCase): ...@@ -46,9 +46,8 @@ class TestDatasets(common_utils.TorchaudioTestCase):
data[0] data[0]
@common_utils.skipIfNoSoxBackend
class TestCommonVoice(common_utils.TorchaudioTestCase): class TestCommonVoice(common_utils.TorchaudioTestCase):
backend = 'sox' backend = 'default'
path = common_utils.get_asset_path() path = common_utils.get_asset_path()
def test_commonvoice(self): def test_commonvoice(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment