diff --git a/spacy/tests/conftest.py b/spacy/tests/conftest.py index efb38fccb..66ba94ea6 100644 --- a/spacy/tests/conftest.py +++ b/spacy/tests/conftest.py @@ -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)