mirror of https://github.com/explosion/spaCy.git
Remove actual model downloading from tests
This commit is contained in:
parent
850650221a
commit
be9daefbdd
|
@ -10,12 +10,6 @@ def test_download_fetch_compatibility():
|
||||||
assert type(compatibility) == dict
|
assert type(compatibility) == dict
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.slow
|
|
||||||
@pytest.mark.parametrize('model', ['en_core_web_md-1.2.0'])
|
|
||||||
def test_download_direct_download(model):
|
|
||||||
download(model, direct=True)
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('model', ['en_core_web_md'])
|
@pytest.mark.parametrize('model', ['en_core_web_md'])
|
||||||
def test_download_get_matching_version_succeeds(model):
|
def test_download_get_matching_version_succeeds(model):
|
||||||
comp = { model: ['1.7.0', '0.100.0'] }
|
comp = { model: ['1.7.0', '0.100.0'] }
|
||||||
|
|
Loading…
Reference in New Issue