File: 0004-Install-tests.patch

package info (click to toggle)
python-django-otp 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 3,344; makefile: 140
file content (23 lines) | stat: -rw-r--r-- 551 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
23
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 24 Jan 2026 21:13:03 +0000
Subject: Install tests.

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

diff --git a/pyproject.toml b/pyproject.toml
index 556d1ba..f79488c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -138,10 +138,6 @@ build-backend = "hatchling.build"
 
 [tool.hatch.build.targets.wheel]
 packages = ["src/django_otp"]
-exclude = [
-   "src/django_otp/**/tests/**",
-   "src/django_otp/**/tests.py",
-]
 
 [tool.hatch.build.targets.sdist]
 include = [