summaryrefslogtreecommitdiff
path: root/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
commit46eedbedafdb0040c37884982d4c775ce277fb7b (patch)
treedb33a91259730be84999e13a8d8168c799f50ac0 /dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
parente23a08d0c97a0cc415aaa165da840b056f93c997 (diff)
gentoo resync : 20.10.2021
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, 0 insertions, 18 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
deleted file mode 100644
index c80541d79ce3..000000000000
--- a/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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