Blame 0000-Don-t-install-the-tests.patch

2f609dd
From 13df77a3c1118782f7ef0316eca19e16a1e1c091 Mon Sep 17 00:00:00 2001
2f609dd
From: Randy Barlow <randy@electronsweatshop.com>
2f609dd
Date: Wed, 20 Dec 2017 13:20:21 -0500
2f609dd
Subject: [PATCH] Don't install the tests.
2f609dd
2f609dd
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2f609dd
---
2f609dd
 setup.py | 2 +-
2f609dd
 1 file changed, 1 insertion(+), 1 deletion(-)
2f609dd
2f609dd
diff --git a/setup.py b/setup.py
2f609dd
index d4b35b2..449fc06 100755
2f609dd
--- a/setup.py
2f609dd
+++ b/setup.py
2f609dd
@@ -28,7 +28,7 @@ setup(name='cornice_sphinx',
2f609dd
     author='Mozilla Services and contributors',
2f609dd
     author_email='services-dev@mozilla.org',
2f609dd
     url='https://github.com/Cornices/cornice.ext.sphinx',
2f609dd
-    packages=find_packages(),
2f609dd
+    packages=find_packages(exclude=('tests', 'tests.*')),
2f609dd
     include_package_data=True,
2f609dd
     zip_safe=False,
2f609dd
     install_requires=requires,
2f609dd
-- 
2f609dd
2.9.5
2f609dd