From 658c4a39305edf7ebdb6da0c090ee09343d26644 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 26 Aug 2015 19:22:06 +0200 Subject: [PATCH] * Mark test_inital as requiring models --- tests/parser/test_initial_actions_parse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parser/test_initial_actions_parse.py b/tests/parser/test_initial_actions_parse.py index c1603cd93..cdaf25f91 100644 --- a/tests/parser/test_initial_actions_parse.py +++ b/tests/parser/test_initial_actions_parse.py @@ -1,6 +1,7 @@ import pytest +@pytest.mark.models def test_initial(EN): doc = EN.tokenizer(u'I ate the pizza with anchovies.') EN.tagger(doc)