File: package-contains-python-hypothesis-example.tag

package info (click to toggle)
lintian 2.130.0
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 71,852 kB
  • sloc: perl: 46,140; javascript: 9,151; makefile: 4,071; sh: 3,044; ansic: 714; xml: 518; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (17 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Tag: package-contains-python-hypothesis-example
Severity: warning
Check: files/names
Explanation: This package appears to contain the output of running a Python
 "Hypothesis" testsuite.
 .
 These are not useful in the binary package or to end-users. In addition,
 as they contain random/non-determinstic contents, they can affect the
 reproducibility of the package.
 .
 You can disable generation of these files by, for example:
 .
   export HYPOTHESIS_DATABASE_FILE = $(CURDIR)/debian/hypothesis
 .
   override_dh_auto_clean:
           dh_auto_clean
           rm -rf $(CURDIR)/debian/hypothesis