From 0e533ad0cc42431a57758b577cf96783ee4b7484 Mon Sep 17 00:00:00 2001 From: ines Date: Fri, 17 Mar 2017 13:11:36 +0100 Subject: [PATCH] Mark compatibility table test as slow (temporary) Prevent Travis from running test test until models repo is published --- spacy/tests/test_download.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/test_download.py b/spacy/tests/test_download.py index 8d67364ea..728cacc41 100644 --- a/spacy/tests/test_download.py +++ b/spacy/tests/test_download.py @@ -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