Your message dated Fri, 04 Sep 2026 12:49:55 +0000
with message-id <[email protected]>
and subject line Bug#1144996: fixed in astropy 8.0.1-3
has caused the Debian Bug report #1144996,
regarding astropy: FTBFS due to missing slow and hugemem definitions
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1144996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144996
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:astropy
Version: 8.0.1-2
User: [email protected]
Usertags: python3.15
Tags: patch
Severity: serious
Hi!
While rebuilding the python related packages against the python version
3.15rc1 we found that astropy could not be built from source.
I think this is due to a change in the way the strictness of the tests.
But I haven't followed that to be sure. In any case, as packaged
astropy's tests either require the python module pytest-skip-slow which
is not packaged in Debian, or explicitly define the slow and hugemem
markers.
The attached debdiff implements the later approach. Please consider
applying these changes, or consider packaging the missing test
dependency.
Happy hacking,
[1]:
https://debusine.debian.net/debian/r-python-python3.15/work-request/1044991/
--
"Can you imagine what I would do if I could do all I can?" -- Sun Tzu
Saludos /\/\ /\ >< `/
diff -Nru astropy-8.0.1/debian/changelog astropy-8.0.1/debian/changelog
--- astropy-8.0.1/debian/changelog 2026-08-04 08:55:48.000000000 +0200
+++ astropy-8.0.1/debian/changelog 2026-08-19 23:51:28.000000000 +0200
@@ -1,3 +1,10 @@
+astropy (8.0.1-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Avoid running slow and hugemem tests
+
+ -- Maximiliano Curia <[email protected]> Wed, 19 Aug 2026 23:51:28 +0200
+
astropy (8.0.1-2) unstable; urgency=medium
* Remove doc dependency from dask
diff -Nru
astropy-8.0.1/debian/patches/Register-slow-and-hugemem-pytest-markers.patch
astropy-8.0.1/debian/patches/Register-slow-and-hugemem-pytest-markers.patch
--- astropy-8.0.1/debian/patches/Register-slow-and-hugemem-pytest-markers.patch
1970-01-01 01:00:00.000000000 +0100
+++ astropy-8.0.1/debian/patches/Register-slow-and-hugemem-pytest-markers.patch
2026-08-19 23:51:28.000000000 +0200
@@ -0,0 +1,19 @@
+Author: Maximiliano Curia <[email protected]>
+Description: Register slow and hugemem pytest markers in pyproject.toml
+ Without pytest-skip-slow installed in Debian, pytest fails with
+ --strict-markers because 'slow' and 'hugemem' markers are not recognized.
+---
+ pyproject.toml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -290,6 +290,8 @@ doctest_subpackage_requires = [
+ ]
+ markers = [
+ "mpl_image_compare",
++ "slow: mark test as slow",
++ "hugemem: mark test as memory intensive",
+ ]
+
+ [tool.cibuildwheel]
diff -Nru astropy-8.0.1/debian/patches/series
astropy-8.0.1/debian/patches/series
--- astropy-8.0.1/debian/patches/series 2026-08-04 08:55:48.000000000 +0200
+++ astropy-8.0.1/debian/patches/series 2026-08-19 23:51:28.000000000 +0200
@@ -16,3 +16,4 @@
Remove-sphinx-9-pinning-for-docs.patch
Attempt-to-fix-test_get_coord_range_nan_regression-on-mip.patch
Remove-doc-dependency-from-dask.patch
+Register-slow-and-hugemem-pytest-markers.patch
diff -Nru astropy-8.0.1/debian/rules astropy-8.0.1/debian/rules
--- astropy-8.0.1/debian/rules 2026-08-04 08:55:48.000000000 +0200
+++ astropy-8.0.1/debian/rules 2026-08-19 23:51:28.000000000 +0200
@@ -20,8 +20,8 @@
# Generate PLY files
export PYBUILD_AFTER_BUILD=cd {build_dir}; python{version} -c 'import
astropy.units.format; astropy.units.format.CDS.parse("m/s");
astropy.units.format.Generic.parse("m"); astropy.units.format.OGIP.parse("m/s")'
-# Don't run hypothesis tests
-export PYBUILD_TEST_ARGS=--astropy-header --color=no -m "not hypothesis"
+# Don't run hypothesis, slow, or hugemem tests
+export PYBUILD_TEST_ARGS=--astropy-header --color=no -m "not hypothesis and
not slow and not hugemem"
export NO_COLOR=1
export PY_COLORS=0
--- End Message ---
--- Begin Message ---
Source: astropy
Source-Version: 8.0.1-3
Done: Ole Streicher <[email protected]>
We believe that the bug you reported is fixed in the latest version of
astropy, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <[email protected]> (supplier of updated astropy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 04 Sep 2026 13:57:07 +0200
Source: astropy
Architecture: source
Version: 8.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers
<[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1144996
Changes:
astropy (8.0.1-3) unstable; urgency=medium
.
[ Maximiliano Curia ]
* Avoid running slow and hugemem tests (Closes: #1144996)
Checksums-Sha1:
652a27018125c77d21f8a7c88349c22029989f60 3355 astropy_8.0.1-3.dsc
6d9a209ec9eb9f60edd1ecc9e1074e3fb2ee43b9 33200 astropy_8.0.1-3.debian.tar.xz
Checksums-Sha256:
ba18c5265a434c4ece3221c3b5848480958328bbb5eb8c5594cceed6f5bf9c4d 3355
astropy_8.0.1-3.dsc
22b7386813facfea611d692ccfb60a51c3e1c64918c32a752cf3f3ea82e067c9 33200
astropy_8.0.1-3.debian.tar.xz
Files:
a458f3403b0f8c83269eddbee05b9d9f 3355 python optional astropy_8.0.1-3.dsc
c76c1c55332a8ef6f0636d7514622096 33200 python optional
astropy_8.0.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmqau4IACgkQcRWv0HcQ
3PdjQg/+NrIeHrUh9+SAZY040u7FrmRGHyYrhRVqV0Wfv6yyrJ2dDBOKznyjvHvP
Fwhh35Oq49Wi2+GIzd/j8xRyGYtxDx7jBlwrPRUn7qW3qbzg/Fva3wPDf5kPr/G+
8t1jNSZBnuN+aGujTkzdl+We7grFcFuYbvqhDByZURnbyzVKsEWwALbovy75+q4S
SJth/eOcDuNLdfjUdVVDXQt3qUXP+D92SZbJpMs2stx+gVq+QeZNquDvwq2mHLTk
T/v5DMwh33ew+IYRwelzfNLsttatCXt5x46qrXC5a+yQjeifTSmjo2W2p2G8r7Wd
krT3itnZZL/GzHfUFjvB6kEO8HyQHSyFdFVL3+d2G23/ExIg5MdiV2WdT5uvn6K0
P6CVJZfs4aWxSq0RzOT65LlGCR+43B6//288qFyYYopWc5eMykkCNtdl5ysrB/zR
DIdb9FzUC41Od5URDl+xFZ2PB0EXiV7v1JaqC9MP/kasXaF/7qUcDx0YDPKECQTA
boY6z7J2i3luIPRFCYDyMOdNiUXXwhUFM7FcIfgk9v+P7xSSbDUBMmxUXO6JxhFo
R63I0jqe0i1fsM2Rag0tG4YXIKhKNBrS0cD+5U3okwvNho/AKrzMUlncYF6VlwQx
xoEfCJGywOVwtL4m6rFdDGmKAFu0lB6j/zEpV8++jvAC4K5pnbk=
=Zb9z
-----END PGP SIGNATURE-----
pgp6jLn1FhpgF.pgp
Description: PGP signature
--- End Message ---