Skip to content

Commit

Permalink
Remove compatibility check test
Browse files Browse the repository at this point in the history
Will only cause problems when incrementing version and not updating
table. Also depends on external URL, which is bad.
  • Loading branch information
ines committed Mar 20, 2017
1 parent f314d3d commit f830213
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spacy/tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
import pytest


def test_download_fetch_compatibility():
compatibility = get_compatibility()
assert type(compatibility) == dict


@pytest.mark.parametrize('model', ['en_core_web_md'])
def test_download_get_matching_version_succeeds(model):
comp = { model: ['1.7.0', '0.100.0'] }
Expand Down

0 comments on commit f830213

Please sign in to comment.