Commit eb6313e8 authored by Lysandre's avatar Lysandre
Browse files

Fix Tatoeba skip

parent 74f6f91a
...@@ -7,7 +7,7 @@ from transformers.file_utils import cached_property ...@@ -7,7 +7,7 @@ from transformers.file_utils import cached_property
from transformers.testing_utils import slow 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): class TatoebaConversionTester(unittest.TestCase):
@cached_property @cached_property
def resolver(self): def resolver(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