File: 0001-Install-tests.patch

package info (click to toggle)
python-django-pgtrigger 4.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 956 kB
  • sloc: python: 4,412; makefile: 114; sh: 8; sql: 2
file content (22 lines) | stat: -rw-r--r-- 535 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
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Wed, 16 Aug 2023 07:50:27 +0000
Subject: Install tests.

---
 pyproject.toml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1c14945..731d7d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,9 +25,6 @@ name = "django-pgtrigger"
 packages = [
   { include = "pgtrigger" }
 ]
-exclude = [
-  "*/tests/"
-]
 version = "4.15.3"
 description = "Postgres trigger support integrated with Django models."
 authors = ["Wes Kendall"]