summaryrefslogtreecommitdiff
path: root/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch')
-rw-r--r--dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch b/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
deleted file mode 100644
index f00d5a15538b..000000000000
--- a/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 559a5c57c922741461d419b73f1aa547e3231110 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Mon, 3 Aug 2020 08:50:33 +0200
-Subject: [PATCH] Exclude installing "tests" package from setup.py
-
----
- setup.cfg | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/setup.cfg b/setup.cfg
-index ab4008f..2f43889 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -30,6 +30,11 @@ python_requires = >=3.6
- package_dir =
- =.
-
-+[options.packages.find]
-+exclude =
-+ tests
-+ tests.*
-+
- [options.exclude_package_data]
- '' = tests*
-
---
-2.28.0
-