summaryrefslogtreecommitdiff
path: root/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch')
-rw-r--r--dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch b/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
new file mode 100644
index 000000000000..c80541d79ce3
--- /dev/null
+++ b/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
@@ -0,0 +1,18 @@
+From f189ebb3ecf60b9764852021988112df5c9e25c7 Mon Sep 17 00:00:00 2001
+From: Louis Sautier <sautier.louis@gmail.com>
+Date: Thu, 12 Aug 2021 13:34:52 +0200
+Subject: [PATCH] tests: do not run pylint by default
+
+There is already a separate tox environment to run pylint tests.
+---
+ pytest.ini | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pytest.ini b/pytest.ini
+index 6d94ff5..df3eb51 100644
+--- a/pytest.ini
++++ b/pytest.ini
+@@ -1,2 +1,2 @@
+ [pytest]
+-addopts = --doctest-modules --pylint
++addopts = --doctest-modules