mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
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
|
||||
|
||||
|
||||
@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'])
|
||||
def test_download_get_matching_version_succeeds(model):
|
||||
comp = { model: ['1.7.0', '0.100.0'] }
|
||||
|
|
Loading…
Reference in New Issue
Block a user