Fix Tatoeba skip

This commit is contained in:
Lysandre 2020-11-03 10:35:00 -05:00
parent 74f6f91a9d
commit eb6313e823
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from transformers.file_utils import cached_property
from transformers.testing_utils import slow
@unittest.skipUnless(os.path.exists(DEFAULT_REPO))
@unittest.skipUnless(os.path.exists(DEFAULT_REPO), "Tatoeba directory does not exist.")
class TatoebaConversionTester(unittest.TestCase):
@cached_property
def resolver(self):