Remove Japanese from LANGUAGES

LANGUAGES is a list of languages whose tokenizers get run through a
variety of generic tests. Since the generic tests don't check the JA
fixture, it blows up when it can't find janome. -POLM
This commit is contained in:
Paul O'Leary McCann 2017-07-09 16:23:26 +09:00
parent c336193392
commit 04e6a65188

View File

@ -28,7 +28,7 @@ import os
import pytest
LANGUAGES = [English, German, Spanish, Italian, Japanese, French, Portuguese, Dutch,
LANGUAGES = [English, German, Spanish, Italian, French, Portuguese, Dutch,
Swedish, Hungarian, Finnish, Bengali, Norwegian]