1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Author: Henry-Nicolas Tourneur <debian@nilux.be>
Description: Disable and remove the test case since it is excluded from orig
tarball. Reason for the exclusion is that the tests are creating privacy
violation by connecting to online third party URL as well as distributing
samples material for which copyright holders is unclear
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,6 @@
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast html to text parser (article readability tool) with python 3 support",
- test_suite="tests.test_article_only",
long_description=open("README.rst").read(),
long_description_content_type='text/x-rst',
license="Apache License 2.0",
|