mirror of https://github.com/explosion/spaCy.git
* Don't load parser in test_pre_punct
This commit is contained in:
parent
e88ceda0ab
commit
2da694f65e
|
@ -12,7 +12,7 @@ def open_puncts():
|
|||
|
||||
@pytest.fixture
|
||||
def EN():
|
||||
return English()
|
||||
return English().tokenizer
|
||||
|
||||
|
||||
def test_open(open_puncts, EN):
|
||||
|
|
Loading…
Reference in New Issue