Bug#1148003: trixie-pu: package python-meshio/7.0.0-really-5.3.5-6+deb13u1
Santiago Vila
sanvila at debian.org
Wed Sep 16 01:05:29 BST 2026
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: python-meshio at packages.debian.org, sanvila at debian.org
Control: affects -1 + src:python-meshio
User: release.debian.org at packages.debian.org
Usertags: pu
[ Reason ]
Fix FTBFS Bug #1134307. Build failure due to a no longer working test.
[ Impact ]
Everybody trying to build the package will find that the package does not
build in current trixie.
[ Tests ]
I've tested that the package builds again.
[ Risks ]
Very low. No code changes, we are just disabling tests.
[ Checklist ]
[X] *all* changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in (old)stable
[X] the issue is verified as fixed in unstable
[ Changes ]
Disable no longer working test.
[ Other info ]
Change is trivial. Package is already uploaded.
-------------- next part --------------
diff -Nru python-meshio-7.0.0-really-5.3.5/debian/changelog python-meshio-7.0.0-really-5.3.5/debian/changelog
--- python-meshio-7.0.0-really-5.3.5/debian/changelog 2025-05-07 01:29:54.000000000 +0200
+++ python-meshio-7.0.0-really-5.3.5/debian/changelog 2026-09-16 01:20:00.000000000 +0200
@@ -1,3 +1,12 @@
+python-meshio (7.0.0-really-5.3.5-6+deb13u1) trixie; urgency=medium
+
+ * Team upload.
+
+ [ Drew Parsons ]
+ * Skip test_read_from_file in test_vtu.py. Closes: #1134307.
+
+ -- Santiago Vila <sanvila at debian.org> Wed, 16 Sep 2026 01:20:00 +0200
+
python-meshio (7.0.0-really-5.3.5-6) unstable; urgency=medium
* debian patch vtu_cell_dtype.patch aligns vtu cell and offset dtype
diff -Nru python-meshio-7.0.0-really-5.3.5/debian/rules python-meshio-7.0.0-really-5.3.5/debian/rules
--- python-meshio-7.0.0-really-5.3.5/debian/rules 2025-05-07 01:29:54.000000000 +0200
+++ python-meshio-7.0.0-really-5.3.5/debian/rules 2026-09-16 01:20:00.000000000 +0200
@@ -6,6 +6,8 @@
export PYBUILD_NAME=meshio
export PYBUILD_DESTDIR_python3=debian/python3-$(PYBUILD_NAME)
+export PYBUILD_TEST_ARGS=-k "not (test_vtu and test_read_from_file)"
+
# Don't install files generated by the test suite (#892019).
export PYBUILD_AFTER_TEST=find {build_dir} -maxdepth 1 -type f -delete
diff -Nru python-meshio-7.0.0-really-5.3.5/debian/tests/test-meshio python-meshio-7.0.0-really-5.3.5/debian/tests/test-meshio
--- python-meshio-7.0.0-really-5.3.5/debian/tests/test-meshio 2025-05-07 01:29:54.000000000 +0200
+++ python-meshio-7.0.0-really-5.3.5/debian/tests/test-meshio 2026-09-16 01:20:00.000000000 +0200
@@ -3,5 +3,5 @@
for py in $(py3versions -s 2>/dev/null); do
cd "$AUTOPKGTEST_TMP"
echo "Testing meshio with $py:"
- $py -m pytest -v tests
+ $py -m pytest -v tests -k "not (test_vtu and test_read_from_file)"
done
More information about the debian-science-maintainers
mailing list