From: Henry-Nicolas Tourneur <debian@nilux.be>
Date: Fri, 26 Apr 2024 16:27:54 +0100
Subject: 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
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
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index da90e87..1af554d 100755
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,6 @@ setup(
     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",
