Your message dated Thu, 2 Jul 2026 11:02:40 +0200
with message-id <[email protected]>
and subject line Re: Bug#1141039: strawberry-graphql: FTBFS: AttributeError:
module 'pytest' has no attribute 'PytestRemovedIn9Warning'.
has caused the Debian Bug report #1141039,
regarding strawberry-graphql: FTBFS: AttributeError: module 'pytest' has no
attribute 'PytestRemovedIn9Warning'.
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.)
--
1141039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141039
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:strawberry-graphql
Version: 0.316.0-1
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/202606/
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:strawberry-graphql, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
rm -rf .mypy_cache
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary --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:142: Building wheel for python3.13 with "build"
module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry
* Building wheel...
Successfully built strawberry_graphql-0.315.7-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with
"installer" module
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build"
module
I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_strawberry
* Building wheel...
Successfully built strawberry_graphql-0.315.7-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:390: cp -r /<<PKGBUILDDIR>>/docs
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry/build
I: pybuild base:385: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry/build; python3.13 -m pytest
--ignore=tests/cli/test_locate_definition.py --ignore=tests/cli/test_upgrade.py
--ignore=tests/codemods/test_annotated_unions.py
--ignore=tests/codemods/test_annotated_unions_pipe.py
--ignore=tests/codemods/test_imports.py
--ignore=tests/codemods/test_maybe_optional.py
--ignore=tests/codemods/test_replace_scalar_wrappers.py
--ignore=tests/extensions/tracing/test_apollo_federation.py
--ignore=tests/http/test_graphql_ide.py --ignore=tests/http/test_upload.py
--ignore=tests/litestar/test_context.py
--ignore=tests/litestar/test_response_headers.py
--ignore=tests/litestar/test_response_status.py
--ignore=tests/sanic/test_file_upload.py -k ' not test_fetch_data_from_db and
not test_lazy_types_loaded_from_same_module ' -W
"ignore::pytest.PytestRemovedIn9Warning"
ERROR: while parsing the following warning configuration:
ignore::pytest.PytestRemovedIn9Warning
This error occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 2170,
in parse_warning_filter
category: type[Warning] = _resolve_warning_category(category_)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 2218,
in _resolve_warning_category
cat = getattr(m, klass)
AttributeError: module 'pytest' has no attribute 'PytestRemovedIn9Warning'. Did
you mean: 'PytestRemovedIn10Warning'?
E: pybuild pybuild:485: test: plugin pyproject failed with:
[too-long-redacted] ytest.PytestRemovedIn9Warning"
I: pybuild pybuild:390: cp -r /<<PKGBUILDDIR>>/docs
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_strawberry/build
I: pybuild base:385: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_strawberry/build; python3.14 -m pytest
--ignore=tests/cli/test_locate_definition.py --ignore=tests/cli/test_upgrade.py
--ignore=tests/codemods/test_annotated_unions.py
--ignore=tests/codemods/test_annotated_unions_pipe.py
--ignore=tests/codemods/test_imports.py
--ignore=tests/codemods/test_maybe_optional.py
--ignore=tests/codemods/test_replace_scalar_wrappers.py
--ignore=tests/extensions/tracing/test_apollo_federation.py
--ignore=tests/http/test_graphql_ide.py --ignore=tests/http/test_upload.py
--ignore=tests/litestar/test_context.py
--ignore=tests/litestar/test_response_headers.py
--ignore=tests/litestar/test_response_status.py
--ignore=tests/sanic/test_file_upload.py -k ' not test_fetch_data_from_db and
not test_lazy_types_loaded_from_same_module ' -W
"ignore::pytest.PytestRemovedIn9Warning"
ERROR: while parsing the following warning configuration:
ignore::pytest.PytestRemovedIn9Warning
This error occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 2170,
in parse_warning_filter
category: type[Warning] = _resolve_warning_category(category_)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 2218,
in _resolve_warning_category
cat = getattr(m, klass)
AttributeError: module 'pytest' has no attribute 'PytestRemovedIn9Warning'. Did
you mean: 'PytestRemovedIn10Warning'?
E: pybuild pybuild:485: test: plugin pyproject failed with:
[too-long-redacted] ytest.PytestRemovedIn9Warning"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13
3.14" --parallel=2 returned exit code 13
make: *** [debian/rules:38: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Version: 0.320.0-1
Closing this report by this email now, I've forgotten to add the bug
number within the changelog for version 0.320.0-1.
Regards
Carsten
--- End Message ---