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
|