mirror of https://github.com/explosion/spaCy.git
Remove unused conftest
This commit is contained in:
parent
c2406e92bc
commit
3f3a46722c
|
@ -1,8 +0,0 @@
|
||||||
import pytest
|
|
||||||
from spacy.en import English
|
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
|
||||||
def en_nlp():
|
|
||||||
return English()
|
|
Loading…
Reference in New Issue