File: 0004-Do-not-exclude-tests-from-getting-installed.patch

package info (click to toggle)
django-polymorphic 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 920 kB
  • sloc: python: 6,782; javascript: 263; makefile: 137
file content (22 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Tue, 14 Sep 2021 07:34:16 +0000
Subject: Do not exclude tests from getting installed.

---
 setup.cfg | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 09ff55a..8a208c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,9 +35,3 @@ packages = find:
 include_package_data = True
 install_requires =
 	Django >= 2.1
-
-[options.packages.find]
-exclude =
-	polymorphic.tests
-	polymorphic.tests.*
-	polymorphic/tests