File: 0003-Install-unittests.patch

package info (click to toggle)
python-mock 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: python: 8,580; makefile: 11; sh: 5
file content (19 lines) | stat: -rw-r--r-- 349 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
From: Michael Fladischer <fladi@debian.org>
Date: Wed, 27 Oct 2021 20:19:53 +0000
Subject: Install unittests.

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@
 
 [options]
 python_requires=>=3.6
-packages = mock
+packages = mock, mock.tests
 
 [options.extras_require]
 docs =