Source: qcelemental
Version: 0.24.0+dfsg-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed that
qcelemental could not be built reproducibly. This is because it includes
'random' results from running the test suite in a number of JSON files.
Patch attached that does not ship these files in the binary package.
They are likely not very useful to end-users anyway.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2022-01-09 09:18:03.243524390 +0000
--- b/debian/rules 2022-01-09 09:25:57.427462424 +0000
@@ -7,3 +7,4 @@
override_dh_auto_test:
dh_auto_test
+ find .pybuild -type f -name 'test_*.json' -delete