Your message dated Sun, 21 Dec 2025 21:40:44 +0000
with message-id <[email protected]>
and subject line Bug#1123339: fixed in seaborn 0.13.2-6
has caused the Debian Bug report #1123339,
regarding seaborn: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123339
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:seaborn
Version: 0.13.2-5
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:seaborn, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p /<<PKGBUILDDIR>>/build
echo "backend : Agg" >| /<<PKGBUILDDIR>>/build/matplotlibrc
dh_auto_configure
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_seaborn  
* Building wheel...
Successfully built seaborn-0.13.2-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_seaborn  
* Building wheel...
Successfully built seaborn-0.13.2-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
xvfb-run --auto-servernum --server-num=20 dh_auto_test override_dh_auto_test
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_seaborn/build; 
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_seaborn/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 2215 items / 1 error

==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_base.py ______________________
tests/test_base.py:576: in <module>
    class TestVectorPlotter:
tests/test_base.py:1337: in TestVectorPlotter
    @pytest.fixture(
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
=========================== short test summary info ============================
ERROR tests/test_base.py - pytest.PytestRemovedIn9Warning: Marks applied to f...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 2.24s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_seaborn/build; python3.14 -m pytest 
tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_seaborn/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_seaborn/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 2215 items / 1 error

==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_base.py ______________________
tests/test_base.py:576: in <module>
    class TestVectorPlotter:
tests/test_base.py:1337: in TestVectorPlotter
    @pytest.fixture(
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
=========================== short test summary info ============================
ERROR tests/test_base.py - pytest.PytestRemovedIn9Warning: Marks applied to f...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 2.31s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_seaborn/build; python3.13 -m pytest 
tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make[1]: *** [debian/rules:25: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: seaborn
Source-Version: 0.13.2-6
Done: Nilesh Patra <[email protected]>

We believe that the bug you reported is fixed in the latest version of
seaborn, 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.
Nilesh Patra <[email protected]> (supplier of updated seaborn 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: Mon, 22 Dec 2025 02:36:25 +0530
Source: seaborn
Architecture: source
Version: 0.13.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1123339
Changes:
 seaborn (0.13.2-6) unstable; urgency=medium
 .
   * Backport upstream patch to fixup deprecations (Closes: #1123339)
   * Bump Standards-Version to 4.7.2 (no changes needed)
   * Drop Redundant "Rules-Requires-Root: no"
Checksums-Sha1:
 8b9ce31cb91c6c0e794f5513c92090b9dd2dd94e 1650 seaborn_0.13.2-6.dsc
 01a3ef798fa971c08775e27d81c7c6de53d67f09 8584 seaborn_0.13.2-6.debian.tar.xz
 712052910b7af21664ee8094344feabd39facfd5 10649 seaborn_0.13.2-6_amd64.buildinfo
Checksums-Sha256:
 3487b272cc4ee758d02d3ae4f4a790783e914cb3636d9c3fd37e5f1e64c3f6a4 1650 
seaborn_0.13.2-6.dsc
 5ef06ac3f5fd4148a7cbc23fe8e83089e547e46817b053c25505b8edcefbdbd8 8584 
seaborn_0.13.2-6.debian.tar.xz
 33fab8a5bdab9556b68903a7ff562440f02943e211423723a2bd07b969813975 10649 
seaborn_0.13.2-6_amd64.buildinfo
Files:
 ed739c110c692821a20e0f827afb3bca 1650 python optional seaborn_0.13.2-6.dsc
 bcf7e0d4665de2e1ddbf00a31e0602a3 8584 python optional 
seaborn_0.13.2-6.debian.tar.xz
 b934d4eee9697c6b463b0f865e85d3f2 10649 python optional 
seaborn_0.13.2-6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iIgEARYKADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCaUhlhRIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtoSzgD9EgwZs/Gw/pw1h25qZeB/aEc+RRTAt2/f
sjyt+OlHzZQBANjcSr1HNy7nhnojIyV1hH0EQLJ2ipglFvsg2brWD5IJ
=NCXc
-----END PGP SIGNATURE-----

Attachment: pgpc1nrped_F_.pgp
Description: PGP signature


--- End Message ---

Reply via email to