Source: python-assertpy
Version: 1.1-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
python-assertpy could not be built reproducibly.
This is because it shipped some strange-looking JSON files that are
presumably generated in the tests:
./usr/lib/python3/dist-packages/__snapshots/snap-test_snapshots.json
@@ -208,17 +208,17 @@
]
],
"79": {
"__data__": [
+ "a",
"c",
- "b",
- "a"
+ "b"
],
They certainly shouldn't be installed to the FIXME directory, and
almost certainly shouldn't be shipped at all, and the attached patch
therefore removes them after the test run.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2025-02-05 10:34:34.973415486 +0000
--- b/debian/rules 2025-02-05 10:35:32.694069236 +0000
@@ -3,6 +3,8 @@
UPSTREAM_GIT := https://github.com/TomerFi/aioswitcher.git
include /usr/share/openstack-pkg-tools/pkgos.make
+export PYBUILD_AFTER_TEST = rm -rfv {build_dir}/__snapshots
+
%:
dh $@ --buildsystem=pybuild --with python3