Package: release.debian.org
Severity: normal
Tags: bookworm
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:python-ase
User: [email protected]
Usertags: pu

[ Reason ]
Fix FTBFS Bug #1042048. In some cases, one test timeouts and makes the build to 
fail.

[ Impact ]
Some people will not be able to build the package from source without
getting a failure.

[ Tests ]
I've checked that the package builds ok again on the systems where
I previously could not build it.

[ Risks ]
Very low. No code changes, we are just skipping a test which was already marked 
as xfail.

[ 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 test which timeouts in some environments.

[ Other info ]
Package is already uploaded.
diff -Nru python-ase-3.22.1/debian/changelog python-ase-3.22.1/debian/changelog
--- python-ase-3.22.1/debian/changelog  2023-01-16 15:43:57.000000000 +0100
+++ python-ase-3.22.1/debian/changelog  2026-06-14 15:25:00.000000000 +0200
@@ -1,3 +1,10 @@
+python-ase (3.22.1-3+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+  * Skip test_combos. Closes: #1042048.
+
+ -- Santiago Vila <[email protected]>  Sun, 14 Jun 2026 15:25:00 +0200
+
 python-ase (3.22.1-3) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru python-ase-3.22.1/debian/patches/series 
python-ase-3.22.1/debian/patches/series
--- python-ase-3.22.1/debian/patches/series     2023-01-16 14:21:21.000000000 
+0100
+++ python-ase-3.22.1/debian/patches/series     2026-06-14 13:00:00.000000000 
+0200
@@ -7,3 +7,4 @@
 python-3.11.patch
 fix-test-infrastructure.patch
 matplotlib-3.6.patch
+skip-test-combos.patch
diff -Nru python-ase-3.22.1/debian/patches/skip-test-combos.patch 
python-ase-3.22.1/debian/patches/skip-test-combos.patch
--- python-ase-3.22.1/debian/patches/skip-test-combos.patch     1970-01-01 
01:00:00.000000000 +0100
+++ python-ase-3.22.1/debian/patches/skip-test-combos.patch     2026-06-14 
13:10:00.000000000 +0200
@@ -0,0 +1,16 @@
+Description: Skip test_combos
+Author: Santiago Vila <[email protected]>
+Bug-Debian: https://bugs.debian.org/1042048
+Last-Update: 2026-06-14
+
+--- a/ase/test/constraints/test_fixinternals.py
++++ b/ase/test/constraints/test_fixinternals.py
+@@ -129,7 +129,7 @@
+             target_anglecombo, dihedralcombo_def, target_dihedralcombo)
+ 
+ 
[email protected]
[email protected]
+ def test_combos():
+     # XXX https://gitlab.com/ase/ase/-/issues/868
+     (atoms, constr, bondcombo_def, target_bondcombo, anglecombo_def,

Reply via email to