Source: python-openapi-core
Version: 0.23.1-2
Severity: serious
User: [email protected]
Usertags: pytest9.1

Dear maintainer,

According to https://ci.debian.net data, your package python-openapi-core has an
autopkgtest regression with pytest.

The following architectures failed: amd64, arm64, i386, loong64,
ppc64el, riscv64, s390x.

Hopefully relevant excerpt from
https://ci.debian.net/packages/p/python-openapi-core/testing/amd64/72572309/
follows:

 86s 
tests/integration/contrib/falcon/test_falcon_project.py::TestPetListResource::test_post_multipart_valid
 2026-06-27 07:17:45 [FALCON] [ERROR] POST /v1/pets => Traceback (most recent 
call last):
 86s NotImplementedError: multipart form serialization unsupported
 95s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=utf-8]
 ERROR
 95s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[Text/HTML;Charset="utf-8"]
 ERROR
 95s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;
 charset="utf-8"] ERROR
 95s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=UTF-8]
 ERROR
 96s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html
 ; charset=utf-8] ERROR
 96s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_exact 
ERROR
 96s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_match 
ERROR
 96s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_not_found
 ERROR
 97s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_missing 
ERROR
 97s 
tests/unit/templating/test_responses_finders.py::TestResponses::test_default 
ERROR
 97s tests/unit/templating/test_responses_finders.py::TestResponses::test_range 
ERROR
 97s tests/unit/templating/test_responses_finders.py::TestResponses::test_exact 
ERROR
 98s ==================================== ERRORS 
====================================
 98s ____ ERROR at setup of 
TestMediaTypes.test_charset[text/html;charset=utf-8] ____
 98s E               pytest.PytestRemovedIn10Warning: Class-scoped fixture 
defined as instance method is deprecated.
 98s E               Instance attributes set in this fixture will NOT be 
visible to test methods,
 98s E               as each test gets a new instance while the fixture runs 
only once per class.
 98s E               Use @classmethod decorator and set attributes on cls 
instead.
 98s E               See 
https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
 98s ___ ERROR at setup of 
TestMediaTypes.test_charset[Text/HTML;Charset="utf-8"] ___
 98s E       AssertionError
 98s __ ERROR at setup of TestMediaTypes.test_charset[text/html; 
charset="utf-8"] ___
 98s E       AssertionError
 98s ____ ERROR at setup of 
TestMediaTypes.test_charset[text/html;charset=UTF-8] ____
 98s E       AssertionError
 98s ___ ERROR at setup of TestMediaTypes.test_charset[text/html ; 
charset=utf-8] ___
 98s E       AssertionError
 98s _________________ ERROR at setup of TestMediaTypes.test_exact 
__________________
 98s E       AssertionError
 98s _________________ ERROR at setup of TestMediaTypes.test_match 
__________________
 98s E       AssertionError
 98s _______________ ERROR at setup of TestMediaTypes.test_not_found 
________________
 98s E       AssertionError
 98s ________________ ERROR at setup of TestMediaTypes.test_missing 
_________________
 98s E       AssertionError
 98s _________________ ERROR at setup of TestResponses.test_default 
_________________
 98s E               pytest.PytestRemovedIn10Warning: Class-scoped fixture 
defined as instance method is deprecated.
 98s E               Instance attributes set in this fixture will NOT be 
visible to test methods,
 98s E               as each test gets a new instance while the fixture runs 
only once per class.
 98s E               Use @classmethod decorator and set attributes on cls 
instead.
 98s E               See 
https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
 98s __________________ ERROR at setup of TestResponses.test_range 
__________________
 98s E       AssertionError
 98s __________________ ERROR at setup of TestResponses.test_exact 
__________________
 98s E       AssertionError
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=utf-8]
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[Text/HTML;Charset="utf-8"]
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;
 charset="utf-8"]
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=UTF-8]
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html
 ; charset=utf-8]
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_exact
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_match
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_not_found
 98s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_missing
 98s ERROR 
tests/unit/templating/test_responses_finders.py::TestResponses::test_default
 98s ERROR 
tests/unit/templating/test_responses_finders.py::TestResponses::test_range
 98s ERROR 
tests/unit/templating/test_responses_finders.py::TestResponses::test_exact
 99s E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: 
cd /tmp/autopkgtest-lxc.j9my02j8/downtmp/autopkgtest_tmp/build; python3.14 -m 
pytest -W ignore::ResourceWarning --no-cov
102s 
tests/integration/contrib/falcon/test_falcon_project.py::TestPetListResource::test_post_multipart_valid
 2026-06-27 07:18:01 [FALCON] [ERROR] POST /v1/pets => Traceback (most recent 
call last):
102s NotImplementedError: multipart form serialization unsupported
111s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=utf-8]
 ERROR
111s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[Text/HTML;Charset="utf-8"]
 ERROR
111s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;
 charset="utf-8"] ERROR
112s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=UTF-8]
 ERROR
112s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html
 ; charset=utf-8] ERROR
112s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_exact 
ERROR
112s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_match 
ERROR
113s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_not_found
 ERROR
113s 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_missing 
ERROR
113s 
tests/unit/templating/test_responses_finders.py::TestResponses::test_default 
ERROR
113s tests/unit/templating/test_responses_finders.py::TestResponses::test_range 
ERROR
113s tests/unit/templating/test_responses_finders.py::TestResponses::test_exact 
ERROR
114s ==================================== ERRORS 
====================================
114s ____ ERROR at setup of 
TestMediaTypes.test_charset[text/html;charset=utf-8] ____
114s E               pytest.PytestRemovedIn10Warning: Class-scoped fixture 
defined as instance method is deprecated.
114s E               Instance attributes set in this fixture will NOT be 
visible to test methods,
114s E               as each test gets a new instance while the fixture runs 
only once per class.
114s E               Use @classmethod decorator and set attributes on cls 
instead.
114s E               See 
https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
114s ___ ERROR at setup of 
TestMediaTypes.test_charset[Text/HTML;Charset="utf-8"] ___
114s E       AssertionError
114s __ ERROR at setup of TestMediaTypes.test_charset[text/html; 
charset="utf-8"] ___
114s E       AssertionError
114s ____ ERROR at setup of 
TestMediaTypes.test_charset[text/html;charset=UTF-8] ____
114s E       AssertionError
114s ___ ERROR at setup of TestMediaTypes.test_charset[text/html ; 
charset=utf-8] ___
114s E       AssertionError
114s _________________ ERROR at setup of TestMediaTypes.test_exact 
__________________
114s E       AssertionError
114s _________________ ERROR at setup of TestMediaTypes.test_match 
__________________
114s E       AssertionError
114s _______________ ERROR at setup of TestMediaTypes.test_not_found 
________________
114s E       AssertionError
114s ________________ ERROR at setup of TestMediaTypes.test_missing 
_________________
114s E       AssertionError
114s _________________ ERROR at setup of TestResponses.test_default 
_________________
114s E               pytest.PytestRemovedIn10Warning: Class-scoped fixture 
defined as instance method is deprecated.
114s E               Instance attributes set in this fixture will NOT be 
visible to test methods,
114s E               as each test gets a new instance while the fixture runs 
only once per class.
114s E               Use @classmethod decorator and set attributes on cls 
instead.
114s E               See 
https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
114s __________________ ERROR at setup of TestResponses.test_range 
__________________
114s E       AssertionError
114s __________________ ERROR at setup of TestResponses.test_exact 
__________________
114s E       AssertionError
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=utf-8]
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[Text/HTML;Charset="utf-8"]
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;
 charset="utf-8"]
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html;charset=UTF-8]
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_charset[text/html
 ; charset=utf-8]
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_exact
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_match
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_not_found
114s ERROR 
tests/unit/templating/test_media_types_finders.py::TestMediaTypes::test_missing
114s ERROR 
tests/unit/templating/test_responses_finders.py::TestResponses::test_default
114s ERROR 
tests/unit/templating/test_responses_finders.py::TestResponses::test_range
114s ERROR 
tests/unit/templating/test_responses_finders.py::TestResponses::test_exact
115s E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: 
cd /tmp/autopkgtest-lxc.j9my02j8/downtmp/autopkgtest_tmp/build; python3.13 -m 
pytest -W ignore::ResourceWarning --no-cov
115s pybuild-autopkgtest: error: pybuild --autopkgtest --test-pytest -i 
python{version} -p "3.14 3.13" --parallel= returned exit code 13
115s pybuild-autopkgtest: error: /tmp/JC08Skg4ZP/run pybuild-autopkgtest 
returned exit code 2
115s pybuild-autopkgtest  FAIL non-zero exit status 25
115s pybuild-autopkgtest  FAIL non-zero exit status 25

Reply via email to