File: no-tests.patch

package info (click to toggle)
readability 0.8.4.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: python: 885; makefile: 46
file content (24 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index a88e818..38c1910 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,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.md").read(),
     long_description_content_type="text/markdown",
     license="Apache License 2.0",