mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Upd tests
This commit is contained in:
parent
58eeff294e
commit
c808cd50d9
|
@ -6,4 +6,4 @@ import os
|
|||
@pytest.fixture(scope="session")
|
||||
def en_nlp():
|
||||
data_dir = os.environ.get('SPACY_DATA', LOCAL_DATA_DIR)
|
||||
return English(load_vectors=False, data_dir=data_dir)
|
||||
return English(data_dir=data_dir)
|
||||
|
|
Loading…
Reference in New Issue
Block a user