mirror of https://github.com/explosion/spaCy.git
Update languages list in conftest
This commit is contained in:
parent
326e677882
commit
5858857a78
|
@ -12,8 +12,8 @@ from pathlib import Path
|
|||
import pytest
|
||||
|
||||
|
||||
_languages = ['bn', 'de', 'en', 'es', 'fi', 'fr', 'he', 'hu', 'it', 'nb', 'nl',
|
||||
'pt', 'sv']
|
||||
_languages = ['bn', 'da', 'de', 'en', 'es', 'fi', 'fr', 'he', 'hu', 'it', 'nb',
|
||||
'nl', 'pl', 'pt', 'sv']
|
||||
|
||||
|
||||
@pytest.fixture(params=_languages)
|
||||
|
|
Loading…
Reference in New Issue