mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 16:24:16 +03:00
Mark compatibility table test as slow (temporary)
Prevent Travis from running test test until models repo is published
This commit is contained in:
parent
7f25f64acc
commit
0e533ad0cc
|
@ -5,6 +5,7 @@ from ..download import download, get_compatibility, get_version, check_error_dep
|
|||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.slow
|
||||
def test_download_fetch_compatibility():
|
||||
compatibility = get_compatibility()
|
||||
assert type(compatibility) == dict
|
||||
|
|
Loading…
Reference in New Issue
Block a user