Fix conftest for website tests.

This commit is contained in:
Matthew Honnibal 2016-10-17 01:54:26 +02:00
parent 8951bf6989
commit be48a7b4f3

View File

@ -9,7 +9,7 @@ def nlp():
if os.environ.get('SPACY_DATA'):
data_dir = os.environ.get('SPACY_DATA')
else:
data_dir = None
data_dir = True
return English(path=data_dir)