Your message dated Mon, 26 Jan 2026 00:20:27 +0000
with message-id <[email protected]>
and subject line Bug#1123434: fixed in pytest-mypy-testing 0.1.3-4
has caused the Debian Bug report #1123434,
regarding pytest-mypy-testing: FTBFS:
tests/test_message.py::test_message_from_output[z.py:1:2: error:
fubar-error-fubar] PASSED [ 43%]
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.)
--
1123434: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123434
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pytest-mypy-testing
Version: 0.1.3-3
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:pytest-mypy-testing, 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
dh_clean -O--buildsystem=pybuild
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: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
* Building wheel...
Successfully built pytest_mypy_testing-0.1.3-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
* Building wheel...
Successfully built pytest_mypy_testing-0.1.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build;
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 --
/usr/bin/python3.14
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
configfile: pytest.ini
collecting ... collected 69 items
run-last-failure: no previously failed tests, not deselecting items.
tests/test___init__.py::test_version PASSED [ 1%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment FAILED [ 2%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
FAILED [ 4%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code__message_does_not_match
XFAIL [ 5%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
FAILED [ 7%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code__error_code_does_not_match
XFAIL [ 8%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_no_message_and_no_error_code
XFAIL [ 10%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type FAILED [ 11%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var
FAILED [ 13%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var FAILED
[ 14%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var
FAILED [ 15%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
FAILED [ 17%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_skip_marker SKIPPED [ 18%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_wrong_reveal_type XFAIL [
20%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_missing_note XFAIL [ 21%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_unexpected_note XPASS [
23%]
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
XPASS [ 24%]
tests/test_message.py::test_init_severity[r-note] PASSED [ 26%]
tests/test_message.py::test_init_severity[N-note] PASSED [ 27%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-None]
PASSED [ 28%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-foo]
PASSED [ 30%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar
[foo]-error-bar-foo] PASSED [ 31%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar
[foo]-error-bar-] PASSED [ 33%]
tests/test_message.py::test_message_from_comment[z.py-#type:ignore# W:
bar-warning-bar-None] PASSED [ 34%]
tests/test_message.py::test_message_from_comment[z.py-# type: ignore # W:
bar-warning-bar-None] PASSED [ 36%]
tests/test_message.py::test_message_from_comment[z.py-# R: bar-note-Revealed
type is 'bar'-None] PASSED [ 37%]
tests/test_message.py::test_message_from_invalid_comment PASSED [ 39%]
tests/test_message.py::test_message_from_output[z.py:1: note: bar-note-bar]
PASSED [ 40%]
tests/test_message.py::test_message_from_output[z.py:1:2: note: bar-note-bar]
PASSED [ 42%]
tests/test_message.py::test_message_from_output[z.py:1:2: error:
fubar-error-fubar] PASSED [ 43%]
tests/test_message.py::test_message_from_invalid_output[foo.py:a: fubar] PASSED
[ 44%]
tests/test_message.py::test_message_from_invalid_output[fubar] PASSED [ 46%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1: fubar] PASSED
[ 47%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: fubar]
PASSED [ 49%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: not: fubar]
PASSED [ 50%]
tests/test_message.py::test_message_eq[a0-b0] PASSED [ 52%]
tests/test_message.py::test_message_eq[a1-b1] PASSED [ 53%]
tests/test_message.py::test_message_eq[a2-b2] PASSED [ 55%]
tests/test_message.py::test_message_eq[a3-b3] PASSED [ 56%]
tests/test_message.py::test_message_neq_with_not_message PASSED [ 57%]
tests/test_message.py::test_message_hash PASSED [ 59%]
tests/test_message.py::test_message_str PASSED [ 60%]
tests/test_output_processing.py::test_output_mismatch_neither_actual_nor_expected
PASSED [ 62%]
tests/test_output_processing.py::test_output_mismatch_actual_lineno_or_severity_without_actual
PASSED [ 63%]
tests/test_output_processing.py::test_output_mismatch_expected_lineno_or_severity_without_expected
PASSED [ 65%]
tests/test_output_processing.py::test_output_mismatch_line_number_mismatch
PASSED [ 66%]
tests/test_output_processing.py::test_output_mismatch_with_actual_and_expected
PASSED [ 68%]
tests/test_output_processing.py::test_output_mismatch_only_expected PASSED [
69%]
tests/test_output_processing.py::test_output_mismatch_only_actual PASSED [ 71%]
tests/test_output_processing.py::test_iter_diff_sequences PASSED [ 72%]
tests/test_output_processing.py::test_diff_message_sequences PASSED [ 73%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[None]
PASSED [ 75%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[123]
PASSED [ 76%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[abc]
PASSED [ 78%]
tests/test_parser.py::test_create_mypy_test_case PASSED [ 79%]
tests/test_parser.py::test_iter_comments PASSED [ 81%]
tests/test_parser.py::test_parse_file_basic_call_works_with_py37 PASSED [ 82%]
tests/test_parser.py::test_parse_async PASSED [ 84%]
tests/test_plugin.py::test_create_mypy_assertion_error PASSED [ 85%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py] PASSED
[ 86%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
PASSED [ 88%]
tests/test_plugin.py::test_pytest_collect_file[test_z.py] PASSED [ 89%]
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing] PASSED [
91%]
tests/test_strutil.py::test_common_prefix[--] PASSED [ 92%]
tests/test_strutil.py::test_common_prefix[a-a-a] PASSED [ 94%]
tests/test_strutil.py::test_common_prefix[abc-abcd-abc] PASSED [ 95%]
tests/test_strutil.py::test_common_prefix[abcd-abc-abc] PASSED [ 97%]
tests/test_strutil.py::test_common_prefix[abc-xyz-] PASSED [ 98%]
tests/test_strutil.py::test_dedent PASSED [100%]
=================================== FAILURES ===================================
______________________ [mypy]mypy_test_invalid_assignment ______________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:11:
error (missing): Incompatible types in assignment (expression has type "int",
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_with_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:17:
error (missing): Incompatible types in assignment (expression has type "int",
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_only_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:30:
error (missing):
_______________________ [mypy]mypy_test_use_reveal_type ________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:49:
note (missing): Revealed type is 'Literal[123]?'
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:50:
note (missing): Revealed type is 'Literal[456]?'
__________________ [mypy]mypy_test_use_reveal_type__float_var __________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:56:
note (missing): Revealed type is 'builtins.float'
___________________ [mypy]mypy_test_use_reveal_type__int_var ___________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:62:
note (missing): Revealed type is 'builtins.int'
________________ [mypy]mypy_test_use_reveal_type__int_list_var _________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:68:
note (missing): Revealed type is 'builtins.list[builtins.int]'
____ [mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk ____
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:74:
note (missing): Revealed type is 'builtins.list[builtins.int*]'
============================= slowest 20 durations =============================
0.18s call
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment
0.14s call
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
0.01s teardown
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
0.00s setup tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s call
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s call
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s call tests/test_parser.py::test_parse_async
0.00s call
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s setup tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s setup
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s setup tests/test_parser.py::test_parse_async
0.00s setup tests/test_message.py::test_init_severity[r-note]
0.00s call tests/test_output_processing.py::test_diff_message_sequences
0.00s setup tests/test_message.py::test_message_from_comment[z.py-# E:
bar-error-bar-None]
0.00s setup tests/test_message.py::test_message_from_comment[z.py-# E:
bar-error-bar-foo]
0.00s setup tests/test_message.py::test_message_from_comment[z.py-# E: bar
[foo]-error-bar-foo]
=========================== short test summary info ============================
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment -
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
-
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
-
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type -
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var -
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var
-
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var -
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
-
======== 8 failed, 53 passed, 1 skipped, 5 xfailed, 2 xpassed in 0.82s =========
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0 --
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pytest.ini
collecting ... collected 69 items
run-last-failure: no previously failed tests, not deselecting items.
tests/test___init__.py::test_version PASSED [ 1%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment FAILED [ 2%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
FAILED [ 4%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code__message_does_not_match
XFAIL [ 5%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
FAILED [ 7%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code__error_code_does_not_match
XFAIL [ 8%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_no_message_and_no_error_code
XFAIL [ 10%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type FAILED [ 11%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var
FAILED [ 13%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var FAILED
[ 14%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var
FAILED [ 15%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
FAILED [ 17%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_skip_marker SKIPPED [ 18%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_wrong_reveal_type XFAIL [
20%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_missing_note XFAIL [ 21%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_unexpected_note XPASS [
23%]
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
XPASS [ 24%]
tests/test_message.py::test_init_severity[r-note] PASSED [ 26%]
tests/test_message.py::test_init_severity[N-note] PASSED [ 27%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-None]
PASSED [ 28%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-foo]
PASSED [ 30%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar
[foo]-error-bar-foo] PASSED [ 31%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar
[foo]-error-bar-] PASSED [ 33%]
tests/test_message.py::test_message_from_comment[z.py-#type:ignore# W:
bar-warning-bar-None] PASSED [ 34%]
tests/test_message.py::test_message_from_comment[z.py-# type: ignore # W:
bar-warning-bar-None] PASSED [ 36%]
tests/test_message.py::test_message_from_comment[z.py-# R: bar-note-Revealed
type is 'bar'-None] PASSED [ 37%]
tests/test_message.py::test_message_from_invalid_comment PASSED [ 39%]
tests/test_message.py::test_message_from_output[z.py:1: note: bar-note-bar]
PASSED [ 40%]
tests/test_message.py::test_message_from_output[z.py:1:2: note: bar-note-bar]
PASSED [ 42%]
tests/test_message.py::test_message_from_output[z.py:1:2: error:
fubar-error-fubar] PASSED [ 43%]
tests/test_message.py::test_message_from_invalid_output[foo.py:a: fubar] PASSED
[ 44%]
tests/test_message.py::test_message_from_invalid_output[fubar] PASSED [ 46%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1: fubar] PASSED
[ 47%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: fubar]
PASSED [ 49%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: not: fubar]
PASSED [ 50%]
tests/test_message.py::test_message_eq[a0-b0] PASSED [ 52%]
tests/test_message.py::test_message_eq[a1-b1] PASSED [ 53%]
tests/test_message.py::test_message_eq[a2-b2] PASSED [ 55%]
tests/test_message.py::test_message_eq[a3-b3] PASSED [ 56%]
tests/test_message.py::test_message_neq_with_not_message PASSED [ 57%]
tests/test_message.py::test_message_hash PASSED [ 59%]
tests/test_message.py::test_message_str PASSED [ 60%]
tests/test_output_processing.py::test_output_mismatch_neither_actual_nor_expected
PASSED [ 62%]
tests/test_output_processing.py::test_output_mismatch_actual_lineno_or_severity_without_actual
PASSED [ 63%]
tests/test_output_processing.py::test_output_mismatch_expected_lineno_or_severity_without_expected
PASSED [ 65%]
tests/test_output_processing.py::test_output_mismatch_line_number_mismatch
PASSED [ 66%]
tests/test_output_processing.py::test_output_mismatch_with_actual_and_expected
PASSED [ 68%]
tests/test_output_processing.py::test_output_mismatch_only_expected PASSED [
69%]
tests/test_output_processing.py::test_output_mismatch_only_actual PASSED [ 71%]
tests/test_output_processing.py::test_iter_diff_sequences PASSED [ 72%]
tests/test_output_processing.py::test_diff_message_sequences PASSED [ 73%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[None]
PASSED [ 75%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[123]
PASSED [ 76%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[abc]
PASSED [ 78%]
tests/test_parser.py::test_create_mypy_test_case PASSED [ 79%]
tests/test_parser.py::test_iter_comments PASSED [ 81%]
tests/test_parser.py::test_parse_file_basic_call_works_with_py37 PASSED [ 82%]
tests/test_parser.py::test_parse_async PASSED [ 84%]
tests/test_plugin.py::test_create_mypy_assertion_error PASSED [ 85%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py] PASSED
[ 86%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
PASSED [ 88%]
tests/test_plugin.py::test_pytest_collect_file[test_z.py] PASSED [ 89%]
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing] PASSED [
91%]
tests/test_strutil.py::test_common_prefix[--] PASSED [ 92%]
tests/test_strutil.py::test_common_prefix[a-a-a] PASSED [ 94%]
tests/test_strutil.py::test_common_prefix[abc-abcd-abc] PASSED [ 95%]
tests/test_strutil.py::test_common_prefix[abcd-abc-abc] PASSED [ 97%]
tests/test_strutil.py::test_common_prefix[abc-xyz-] PASSED [ 98%]
tests/test_strutil.py::test_dedent PASSED [100%]
=================================== FAILURES ===================================
______________________ [mypy]mypy_test_invalid_assignment ______________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:11:
error (missing): Incompatible types in assignment (expression has type "int",
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_with_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:17:
error (missing): Incompatible types in assignment (expression has type "int",
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_only_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:30:
error (missing):
_______________________ [mypy]mypy_test_use_reveal_type ________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:49:
note (missing): Revealed type is 'Literal[123]?'
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:50:
note (missing): Revealed type is 'Literal[456]?'
__________________ [mypy]mypy_test_use_reveal_type__float_var __________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:56:
note (missing): Revealed type is 'builtins.float'
___________________ [mypy]mypy_test_use_reveal_type__int_var ___________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:62:
note (missing): Revealed type is 'builtins.int'
________________ [mypy]mypy_test_use_reveal_type__int_list_var _________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:68:
note (missing): Revealed type is 'builtins.list[builtins.int]'
____ [mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk ____
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:74:
note (missing): Revealed type is 'builtins.list[builtins.int*]'
============================= slowest 20 durations =============================
0.17s call
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment
0.13s call
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
0.00s setup tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s call
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s call
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s call tests/test_parser.py::test_parse_async
0.00s call
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s setup
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s setup tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s setup tests/test_parser.py::test_parse_async
0.00s setup tests/test_message.py::test_init_severity[r-note]
0.00s call tests/test_output_processing.py::test_diff_message_sequences
0.00s setup tests/test_message.py::test_message_from_comment[z.py-# E:
bar-error-bar-None]
0.00s setup tests/test_message.py::test_message_from_comment[z.py-# E:
bar-error-bar-foo]
0.00s setup tests/test_message.py::test_message_from_comment[z.py-# E: bar
[foo]-error-bar-foo]
0.00s setup tests/test_message.py::test_message_from_comment[z.py-# E: bar
[foo]-error-bar-]
=========================== short test summary info ============================
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment -
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
-
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
-
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type -
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var -
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var
-
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var -
FAILED
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
-
======== 8 failed, 53 passed, 1 skipped, 5 xfailed, 2 xpassed in 0.77s =========
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/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: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: pytest-mypy-testing
Source-Version: 0.1.3-4
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pytest-mypy-testing, 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 pytest-mypy-testing
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, 26 Jan 2026 00:07:20 +0000
Source: pytest-mypy-testing
Architecture: source
Version: 0.1.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123434
Changes:
pytest-mypy-testing (0.1.3-4) unstable; urgency=medium
.
* Team upload.
* Target Python 3.10 when running tests, since pytest >= 9.0.0 uses
features from that version (closes: #1123434).
Checksums-Sha1:
1b379195489589551c08e0c03e91984e9766b7f8 2474 pytest-mypy-testing_0.1.3-4.dsc
f43cd77bdef19079e122d1ccd25fb303b654a78c 2740
pytest-mypy-testing_0.1.3-4.debian.tar.xz
f9c35bb894fd154aa743e148aa7c86a75cc756be 54684
pytest-mypy-testing_0.1.3-4.git.tar.xz
59f8efe57854259bac41f0e6be8def78e856c133 17342
pytest-mypy-testing_0.1.3-4_source.buildinfo
Checksums-Sha256:
9320aa63425f918ce07d7e308281ffde94d8f4396ef3b12f154f70b857ca9d71 2474
pytest-mypy-testing_0.1.3-4.dsc
ed94fe6f22b079b347315c3f93131a7d8084656507f8fc8620124508de257cd6 2740
pytest-mypy-testing_0.1.3-4.debian.tar.xz
a01d8dffaf762d089a8cfd02a701764ae803edfd4b7387988476167ac77c2d24 54684
pytest-mypy-testing_0.1.3-4.git.tar.xz
99ba8bde98742b7ac5d876bdaf459a39a2b4f9700460e0b14ea14af089984bf9 17342
pytest-mypy-testing_0.1.3-4_source.buildinfo
Files:
fe0523ac798a7a5346029e4c927017e4 2474 python optional
pytest-mypy-testing_0.1.3-4.dsc
ee4f05601048e9926016aef795a323ee 2740 python optional
pytest-mypy-testing_0.1.3-4.debian.tar.xz
203197b2edd1550707a981238fc916a1 54684 python optional
pytest-mypy-testing_0.1.3-4.git.tar.xz
1344cb14e6ea04a2dfe57b389bb7bd14 17342 python optional
pytest-mypy-testing_0.1.3-4_source.buildinfo
Git-Tag-Info: tag=75ffc8485d1469afdfb123a136f131eb408772b1
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAml2sKwACgkQYG0ITkaD
wHnEYw/5AaE+XbJRv6hKLKngvIhXZzYgXsSnCNbbwCGfE07ahQtxCJLKre0+VWex
vrq+YZCUJB2hQyDuv+8gqB9J8dkw99rTse3o1LgISI3948Jn3uzw5e/i7/3uj+in
uEQW+22hqTDbLMEm7TQVjNQrSQ+h+jlJ49CKMrDLAAUnFYc4yL3Jps+d4Am9mv1Y
3+eCKKwh2iapmj4pXM+lhCM4TOvBMNMCYMOx2HA43E4QCmyAryhiuRxEt+3r3piA
qj2pfaW//1+Se8vHnNa29NsEFxLme+dxP0lPk8ZREvSo/vjHDITx9OGhWnTao2hl
A/Onp97mkRwjSAkWCrA5apfJTuGGdyirRUvcFxRYaQviGVypMucwfo+iFK7Co0bH
vuEGXhLDnU41Hdyhaxhqu5I/q7i9UMaz1isPLzx82ccoTlldNq7E+RZHI0Qa0hTZ
+YzgXgyz4k+Q+ODR+24FSQlcBn4L1bdYuzFj/nb4AslA7IFQyvXW9FxT40NoV3nn
hG9PV7XOi6An5+PDJhvkXDedXP2GMzSTRBd+7M6Qp9iPJHCTIjHsWSwfKr1bgrAP
1qcif6znrNJLklkBXfZGdGj/byBoH6IwRmZlELmOr+PJ3hINtVUAYzg148VN2icH
+m3mK5YzCR1FdnGY9+e6oFNMKImEQiv0BD7W9O62kPWQxH8oTMI=
=ABgy
-----END PGP SIGNATURE-----
pgp0oQvLENsrn.pgp
Description: PGP signature
--- End Message ---