summaryrefslogtreecommitdiffstats
path: root/tags/p/package-contains-python-hypothesis-example.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/p/package-contains-python-hypothesis-example.tag')
-rw-r--r--tags/p/package-contains-python-hypothesis-example.tag17
1 files changed, 17 insertions, 0 deletions
diff --git a/tags/p/package-contains-python-hypothesis-example.tag b/tags/p/package-contains-python-hypothesis-example.tag
new file mode 100644
index 0000000..44a8ae0
--- /dev/null
+++ b/tags/p/package-contains-python-hypothesis-example.tag
@@ -0,0 +1,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