From 0c7720e1621a7ed64a54de506163bb60f528de0b Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 19 Dec 2016 00:26:56 +0100 Subject: [PATCH] Remove unit and integration test packages --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 2a65587d7..3127b6abb 100644 --- a/setup.py +++ b/setup.py @@ -34,8 +34,6 @@ PACKAGES = [ 'spacy.syntax', 'spacy.munge', 'spacy.tests', - 'spacy.tests.unit', - 'spacy.tests.integration', 'spacy.tests.matcher', 'spacy.tests.morphology', 'spacy.tests.munge',