mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Remove compatibility check test
Will only cause problems when incrementing version and not updating table. Also depends on external URL, which is bad.
This commit is contained in:
parent
f314d3d044
commit
f830213c4c
|
@ -5,11 +5,6 @@ from ..cli.download import download, get_compatibility, get_version, check_error
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
def test_download_fetch_compatibility():
|
|
||||||
compatibility = get_compatibility()
|
|
||||||
assert type(compatibility) == dict
|
|
||||||
|
|
||||||
|
|
||||||
@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
Block a user