Remove datasets requirement (#14795)

This commit is contained in:
Lysandre Debut
2021-12-16 14:34:14 -05:00
committed by GitHub
parent bef1e3e4a0
commit d194d639ab
19 changed files with 11 additions and 65 deletions

View File

@@ -22,7 +22,7 @@ import pytest
from tests.test_modeling_common import floats_tensor, ids_tensor, random_attention_mask
from transformers import SEWConfig, is_torch_available
from transformers.testing_utils import require_datasets, require_soundfile, require_torch, slow, torch_device
from transformers.testing_utils import require_soundfile, require_torch, slow, torch_device
from .test_configuration_common import ConfigTester
from .test_modeling_common import ModelTesterMixin, _config_zero_init
@@ -462,7 +462,6 @@ class SEWUtilsTest(unittest.TestCase):
@require_torch
@require_datasets
@require_soundfile
@slow
class SEWModelIntegrationTest(unittest.TestCase):