Your message dated Thu, 09 Oct 2025 23:49:54 +0000
with message-id <[email protected]>
and subject line Bug#1115756: fixed in python-webargs 8.7.0-2
has caused the Debian Bug report #1115756,
regarding python-webargs: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 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.)


-- 
1115756: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115756
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-webargs
Version: 8.7.0-1
Severity: serious
Justification: FTBFS
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-20250919 ftbfs-forky

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

The full build log is available from:
http://qa-logs.debian.net/2025/09/19/python-webargs_8.7.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250919;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250919&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

-- 
Relevant part of the build log (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
> module
> I: pybuild base:311: python3.13 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /build/reproducible-path/python-webargs-8.7.0/.pybuild/cpython3_3.13_webargs  
> * Building wheel...
> Successfully built webargs-8.7.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd 
> /build/reproducible-path/python-webargs-8.7.0/.pybuild/cpython3_3.13_webargs/build;
>  python3.13 -m pytest -k 'not test_get_path_param and not 
> test_get_with_no_json_body and not test_post and not 
> test_missing_required_field_throws_422 and not test_required_field_provided 
> and not test_use_kwargs_with_error and not 
> test_user_validator_returns_422_by_default'
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.13.7, pytest-8.4.2, pluggy-1.6.0
> rootdir: 
> /build/reproducible-path/python-webargs-8.7.0/.pybuild/cpython3_3.13_webargs/build
> configfile: pyproject.toml
> plugins: asyncio-1.1.0, typeguard-4.4.4
> asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None, 
> asyncio_default_test_loop_scope=function
> collected 457 items
> 
> tests/test_bottleparser.py ........................................s     [  
> 8%]
> tests/test_core.py ..................................................... [ 
> 20%]
> ........................................................................ [ 
> 36%]
> ..............                                                           [ 
> 39%]
> tests/test_djangoparser.py ........................................s.... [ 
> 49%]
> .                                                                        [ 
> 49%]
> tests/test_falconparser.py .....................................s....... [ 
> 59%]
> ......                                                                   [ 
> 60%]
> tests/test_flaskparser.py .............................................. [ 
> 70%]
> ..........................................................               [ 
> 83%]
> tests/test_pyramidparser.py ...........................................  [ 
> 92%]
> tests/test_tornadoparser.py ............E....................            
> [100%]
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR at setup of 
> TestJSONArgs.test_it_should_handle_type_error_on_load_json _
> file 
> /build/reproducible-path/python-webargs-8.7.0/.pybuild/cpython3_3.13_webargs/build/tests/test_tornadoparser.py,
>  line 152
>       @pytest.mark.usefixtures("event_loop")
>       def test_it_should_handle_type_error_on_load_json(self):
> E       fixture 'event_loop' not found
> >       available fixtures: _class_scoped_runner, _function_scoped_runner, 
> > _module_scoped_runner, _package_scoped_runner, _session_scoped_runner, 
> > cache, capfd, capfdbinary, caplog, capsys, capsysbinary, capteesys, 
> > doctest_namespace, event_loop_policy, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, 
> > unused_tcp_port_factory, unused_udp_port, unused_udp_port_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /build/reproducible-path/python-webargs-8.7.0/.pybuild/cpython3_3.13_webargs/build/tests/test_tornadoparser.py:152
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/django/conf/__init__.py:267
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:267: 
> RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with 
> Django 5.0, localized formatting of data will always be enabled. For example 
> Django will display numbers and dates using the format of the current locale.
>     warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR 
> tests/test_tornadoparser.py::TestJSONArgs::test_it_should_handle_type_error_on_load_json
> ============== 453 passed, 3 skipped, 1 warning, 1 error in 1.74s 
> ==============
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
> /build/reproducible-path/python-webargs-8.7.0/.pybuild/cpython3_3.13_webargs/build;
>  python3.13 -m pytest -k 'not test_get_path_param and not 
> test_get_with_no_json_body and not test_post and not 
> test_missing_required_field_throws_422 and not test_required_field_provided 
> and not test_use_kwargs_with_error and not 
> test_user_validator_returns_422_by_default'
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
> returned exit code 13

--- End Message ---
--- Begin Message ---
Source: python-webargs
Source-Version: 8.7.0-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-webargs, 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.
Colin Watson <[email protected]> (supplier of updated python-webargs 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, 10 Oct 2025 00:29:35 +0100
Source: python-webargs
Architecture: source
Version: 8.7.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1115756
Changes:
 python-webargs (8.7.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Remove usages of event_loop fixture to fix tests (closes: #1115756).
   * Use dh-sequence-python3.
   * Standards-Version: 4.7.2.
Checksums-Sha1:
 517d7f9c18c72a919686655240693dd919966674 2600 python-webargs_8.7.0-2.dsc
 a7ceaa481d4196d5e25a18ea1c67de9326c379b4 4956 
python-webargs_8.7.0-2.debian.tar.xz
 ef0310ce82f27a511ce56b83cb508631f60769a0 220268 
python-webargs_8.7.0-2.git.tar.xz
 03587fdb1df337559e05f9517aaf14092c791c1e 18246 
python-webargs_8.7.0-2_source.buildinfo
Checksums-Sha256:
 4b025253d85e690c0e924eb0c1da1d940bc6bf7301534984594001f121688665 2600 
python-webargs_8.7.0-2.dsc
 5d514709f4e684d848c97816125bd690b6680a8b5866b932ca90567fc2c85091 4956 
python-webargs_8.7.0-2.debian.tar.xz
 d89d27be72a7b40a92b6f81db5d00e170a10cf3ee531cdaf6440ecac018f18cf 220268 
python-webargs_8.7.0-2.git.tar.xz
 18c81c155b9d5527e44bd94c4b75177d79630d9555e879c8e89ac80dd7343245 18246 
python-webargs_8.7.0-2_source.buildinfo
Files:
 6ab6c3be733c103da60e42e83eed116e 2600 python optional 
python-webargs_8.7.0-2.dsc
 72105eea7d6103472d45dddda42e0f5d 4956 python optional 
python-webargs_8.7.0-2.debian.tar.xz
 be291f448d36091967897949a1b89aab 220268 python optional 
python-webargs_8.7.0-2.git.tar.xz
 faf3fcb7d15137a4170bbb062840cac1 18246 python optional 
python-webargs_8.7.0-2_source.buildinfo
Git-Tag-Info: tag=edd80f6b635885c8c1c8d03e30fb5192d237ce5b 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjoRbUACgkQYG0ITkaD
wHk6gw//bRfAiDZjY7uYwoKOK2joCymcM/cT2SjDwjCfQze/IqKLBdBjLCA6pFlP
nG/dQW/b1+W41ml0uBtcmRRWYYZYBGLQUvsvzgeDXgFPb+XjEXVLObCp+0mJDRXQ
oL98liFSGlbkm2BF0r5u00tpa+dCZ/VnCmGkkfr820t5et20xi6Cc0j0DGbghL3y
9U4A9GlhmfoFk/PpNX0RqfXsChCzYJjTGL2A3dzKYXrSNUfWV6hmKeOmlSb8qiBB
p9RpaOO1sR0X8XE8cUGSSEoZbPwmc969vbBUciHsOHvIZd0IdnCjF9HTkAlSY4ov
HyXTAm4eAANu+P8PBedJ2VzG5Gw7KQmL6OxmRe9TcEQS6Ldn4BsppY1ahGfjAgBb
wPcaDDLMbCOPAJSss0JpLeQYCWvKUappSEapb82JluKH2kftDjgTT9Jxl/Y+saMW
imLlju5DJeCcxsGooJzdL2SX4QcLJ+w/NXQAebFK/3ipLMQTFv1g6IO95400AD3j
XS+DUL66RI7/MYduBktjtSUruVEh97oIirJWjd0SnATnqsYMwJzgSsI+XuPxr42F
R3r7CH6ArNJuRk+NEVPhIymeK9zhhAzXwGwFC77Yr3TyNUqh3VNPzdPDYGOaFDPP
yE6XEB93radvVW7SnOvWLAPI4FIe85oYfcyxhJwKsc0sB8OPf3c=
=oIss
-----END PGP SIGNATURE-----

Attachment: pgpH3wYrZPAjz.pgp
Description: PGP signature


--- End Message ---

Reply via email to