Your message dated Sat, 01 Mar 2025 06:59:02 +0000
with message-id <e1togoq-002yu2...@fasolo.debian.org>
and subject line Bug#1098601: fixed in python-inline-snapshot 0.20.3-1
has caused the Debian Bug report #1098601,
regarding python-inline-snapshot: FTBFS: failing tests
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 ow...@bugs.debian.org
immediately.)


-- 
1098601: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098601
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-inline-snapshot
Version: 0.19.3-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 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>>'
rm -rf html .mypy_cache .pytest_cache
dh_clean
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

[... snipped ...]

        try:
            from black import main
            from click.testing import CliRunner
        except ImportError:
            raise_problem(
                f"""\
    [b]inline-snapshot is not able to format your code.[/b]
    This issue can be solved by:
     * installing {escape('inline-snapshot[black]')} which gives you the same 
formatting like in older versions
     * adding a `format-command` to your pyproject.toml (see 
[link=https://15r10nk.github.io/inline-snapshot/latest/configuration/#format-command]https://15r10nk.github.io/inline-snapshot/latest/configuration/#format-command[/link]
 for more information).
    """
            )
            return text
    
        with warnings.catch_warnings():
            warnings.simplefilter("ignore")
    
>           runner = CliRunner(mix_stderr=False)
E           TypeError: CliRunner.__init__() got an unexpected keyword argument 
'mix_stderr'

inline_snapshot/_format.py:48: TypeError
----------------------------- Captured stdout call -----------------------------

input:
 |"""
 |PYTEST_DONT_REWRITE
 |"""
 |# äöß 🐍
 |from inline_snapshot import snapshot
 |from inline_snapshot import external
 |from inline_snapshot import outsource
 |
 |s = snapshot(" \'\'\' \'\'\' \"\"\"\nother_line")
=============================== inline snapshot ================================
Error: one snapshot has incorrect values (--inline-snapshot=fix)

You can also use --inline-snapshot=review to approve the changes interactively
=========================== short test summary info ============================
FAILED tests/adapter/test_dataclass.py::test_unmanaged - TypeError: CliRunner...
FAILED tests/adapter/test_dataclass.py::test_reeval - assert None == ('TypeEr...
FAILED tests/adapter/test_dataclass.py::test_dataclass_default_value - TypeEr...
FAILED tests/adapter/test_dataclass.py::test_attrs_default_value - AssertionE...
FAILED tests/adapter/test_dataclass.py::test_attrs_field_repr - AssertionErro...
FAILED tests/adapter/test_dataclass.py::test_disabled[executing] - TypeError:...
FAILED tests/adapter/test_dataclass.py::test_disabled[without-executing] - At...
FAILED tests/adapter/test_dataclass.py::test_add_argument - TypeError: CliRun...
FAILED tests/adapter/test_dataclass.py::test_remove_positional_argument - ass...
FAILED tests/adapter/test_dataclass.py::test_namedtuple - assert {'test_somet...
FAILED tests/adapter/test_dataclass.py::test_defaultdict - assert {'test_some...
FAILED tests/adapter/test_dataclass.py::test_dataclass_field_repr - assert No...
FAILED tests/adapter/test_dataclass.py::test_dataclass_var - assert None == (...
FAILED tests/adapter/test_dict.py::test_dict_var - assert None == ('TypeError...
FAILED tests/adapter/test_general.py::test_adapter_mismatch - assert None == ...
FAILED tests/adapter/test_sequence.py::test_list_adapter_create_inner_snapshot
FAILED tests/adapter/test_sequence.py::test_list_adapter_fix_inner_snapshot
FAILED tests/adapter/test_sequence.py::test_list_var - assert None == ('TypeE...
FAILED tests/test_change.py::test_change_function_args - TypeError: CliRunner...
FAILED tests/test_code_repr.py::test_enum - TypeError: CliRunner.__init__() g...
FAILED tests/test_code_repr.py::test_snapshot_generates_hasrepr - TypeError: ...
FAILED tests/test_code_repr.py::test_enum_in_dataclass - TypeError: CliRunner...
FAILED tests/test_code_repr.py::test_flag - TypeError: CliRunner.__init__() g...
FAILED tests/test_code_repr.py::test_type - TypeError: CliRunner.__init__() g...
FAILED tests/test_code_repr.py::test_qualname - assert None == ('TypeError:\n...
FAILED tests/test_code_repr.py::test_invalid_repr - TypeError: CliRunner.__in...
FAILED tests/test_config.py::test_config_pyproject - AssertionError: assert {...
FAILED tests/test_config.py::test_config_env - AssertionError: assert {'test_...
FAILED tests/test_config.py::test_shortcuts - AssertionError: assert {'test_a...
FAILED tests/test_config.py::test_default_shortcuts - AssertionError: assert ...
FAILED tests/test_dirty_equals.py::test_compare_dirty_equals_twice - assert N...
FAILED tests/test_dirty_equals.py::test_dirty_equals_with_changing_args - ass...
FAILED tests/test_example.py::test_example - AssertionError: assert [] == ['f...
FAILED tests/test_external.py::test_basic - TypeError: CliRunner.__init__() g...
FAILED tests/test_external.py::test_persist - TypeError: CliRunner.__init__()...
FAILED tests/test_external.py::test_pytest_compare_external - TypeError: CliR...
FAILED tests/test_external.py::test_pytest_compare_external_bytes - TypeError...
FAILED tests/test_external.py::test_pytest_existing_external_import - TypeErr...
FAILED tests/test_external.py::test_pytest_trim_external - TypeError: CliRunn...
FAILED tests/test_external.py::test_pytest_new_external - TypeError: CliRunne...
FAILED tests/test_external.py::test_pytest_config_hash_length - TypeError: Cl...
FAILED tests/test_external.py::test_no_imports - AssertionError: assert {'err...
FAILED tests/test_external.py::test_ensure_imports - TypeError: CliRunner.__i...
FAILED tests/test_external.py::test_ensure_imports_with_comment - TypeError: ...
FAILED tests/test_external.py::test_new_externals - TypeError: CliRunner.__in...
FAILED tests/test_formating.py::test_black_formatting_error - assert None == ...
FAILED tests/test_formating.py::test_fstring_139 - AssertionError: assert 1 == 0
[assert 4 == snapshot()] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 == snapshot({})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 == snapshot(5)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 == snapshot({0: 5})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 == snapshot(2+2)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 == snapshot({0: 2+2})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 <= snapshot()] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 <= snapshot({})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 <= snapshot(5)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 <= snapshot({0: 5})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 <= snapshot(4)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 <= snapshot({0: 4})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 <= snapshot(3+2)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 <= snapshot({0: 3+2})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 >= snapshot()] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 >= snapshot({})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 >= snapshot(4)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 >= snapshot({0: 4})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 >= snapshot(5)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 4 >= snapshot({0: 5})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 >= snapshot(3+2)] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 >= snapshot({0: 3+2})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot()] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot({})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot([4, 5])] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot({0: [4, 5]})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot([])] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot({0: []})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot([3+2])] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
[assert 5 in snapshot({0: [3+2]})[0]] SUBFAIL 
tests/test_inline_snapshot.py::test_generic[executing]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
fix(==)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
update(==)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
create(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
trim(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
fix(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
update(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
create(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
update(==)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
create(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
trim(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
fix(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
update(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
create(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
create(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
trim(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
fix(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
update(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
create(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
trim(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
fix(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
update(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
create(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
fix(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
update(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
create(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
update(<=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
create(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
create(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) 
trim(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) 
fix(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) 
update(>=)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) 
create(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) 
trim(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) 
fix(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_generic_multi[executing-fix(in) 
update(in)]
FAILED tests/test_inline_snapshot.py::test_mutable_values - TypeError: CliRun...
FAILED tests/test_inline_snapshot.py::test_comparison - TypeError: CliRunner....
FAILED tests/test_inline_snapshot.py::test_ge - TypeError: CliRunner.__init__...
FAILED tests/test_inline_snapshot.py::test_le - TypeError: CliRunner.__init__...
FAILED tests/test_inline_snapshot.py::test_contains - TypeError: CliRunner.__...
FAILED tests/test_inline_snapshot.py::test_getitem - TypeError: CliRunner.__i...
FAILED tests/test_inline_snapshot.py::test_assert - TypeError: CliRunner.__in...
FAILED tests/test_inline_snapshot.py::test_format_file - TypeError: CliRunner...
FAILED tests/test_inline_snapshot.py::test_format_value - TypeError: CliRunne...
FAILED tests/test_inline_snapshot.py::test_type_error - TypeError: CliRunner....
FAILED tests/test_inline_snapshot.py::test_different_snapshot_name - TypeErro...
FAILED tests/test_inline_snapshot.py::test_quoting_change_is_no_update - Type...
FAILED tests/test_inline_snapshot.py::test_trailing_comma - TypeError: CliRun...
FAILED tests/test_inline_snapshot.py::test_is - assert None == ('TypeError:\n...
FAILED tests/test_is.py::test_missing_is - TypeError: CliRunner.__init__() go...
FAILED tests/test_is_normalized.py::test_repr - assert None == ('TypeError:\n...
FAILED tests/test_preserve_values.py::test_fix_list_fix - TypeError: CliRunne...
FAILED tests/test_preserve_values.py::test_fix_list_insert - TypeError: CliRu...
FAILED tests/test_preserve_values.py::test_fix_list_delete - TypeError: CliRu...
FAILED tests/test_preserve_values.py::test_fix_tuple_delete - TypeError: CliR...
FAILED tests/test_preserve_values.py::test_fix_dict_change - TypeError: CliRu...
FAILED tests/test_preserve_values.py::test_fix_dict_remove - TypeError: CliRu...
FAILED tests/test_preserve_values.py::test_fix_dict_insert - TypeError: CliRu...
FAILED tests/test_preserve_values.py::test_fix_dict_with_non_literal_keys - T...
FAILED tests/test_preserve_values.py::test_no_update_for_dirty_equals - TypeE...
FAILED tests/test_preserve_values.py::test_preserve_case_from_original_mr - T...
[[5, 5, 5] -> [] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[5, 5] -> [8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - T...
[[5, 5, 2+2] -> [4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 5, 3] -> [3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[5, 5] -> [8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - T...
[[5] -> [8, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - T...
[[5, 2+2] -> [8, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 3] -> [8, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[5, 2+2, 5] -> [4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 2+2] -> [4, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 2+2, 2+2] -> [4, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 2+2, 3] -> [4, 3] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 3, 5] -> [3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[5, 3] -> [3, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[5, 3, 2+2] -> [3, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 3, 3] -> [3, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[5, 5] -> [8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - T...
[[5] -> [8, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - T...
[[5, 2+2] -> [8, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[5, 3] -> [8, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[5] -> [8, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - T...
[[] -> [8, 8, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[2+2] -> [8, 8, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3] -> [8, 8, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[2+2, 5] -> [8, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2] -> [8, 4, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 2+2] -> [8, 4, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 3] -> [8, 4, 3] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 5] -> [8, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3] -> [8, 3, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 2+2] -> [8, 3, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 3] -> [8, 3, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[2+2, 5, 5] -> [4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 5] -> [4, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 5, 2+2] -> [4, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 5, 3] -> [4, 3] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 5] -> [4, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2] -> [4, 8, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 2+2] -> [4, 8, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 3] -> [4, 8, 3] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 2+2, 5] -> [4, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 2+2] -> [4, 4, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 2+2, 2+2] -> [4, 4, 4] <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 2+2, 3] -> [4, 4, 3] <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 3, 5] -> [4, 3] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 3] -> [4, 3, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 3, 2+2] -> [4, 3, 4] <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[2+2, 3, 3] -> [4, 3, 3] <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 5, 5] -> [3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 5] -> [3, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 5, 2+2] -> [3, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 5, 3] -> [3, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 5] -> [3, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3] -> [3, 8, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 2+2] -> [3, 8, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 3] -> [3, 8, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 2+2, 5] -> [3, 4] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 2+2] -> [3, 4, 8] <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 2+2, 2+2] -> [3, 4, 4] <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 2+2, 3] -> [3, 4, 3] <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[[3, 3, 5] -> [3, 3] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 3] -> [3, 3, 8] <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[[3, 3, 2+2] -> [3, 3, 4] <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 5, 5) -> () <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(5, 5) -> (8,) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - ...
[(5, 5, 2+2) -> (4,) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 5, 3) -> (3,) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(5, 5) -> (8,) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - ...
[(5,) -> (8, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - ...
[(5, 2+2) -> (8, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 3) -> (8, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(5, 2+2, 5) -> (4,) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 2+2) -> (4, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 2+2, 2+2) -> (4, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 2+2, 3) -> (4, 3) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 3, 5) -> (3,) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(5, 3) -> (3, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(5, 3, 2+2) -> (3, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 3, 3) -> (3, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(5, 5) -> (8,) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - ...
[(5,) -> (8, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - ...
[(5, 2+2) -> (8, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(5, 3) -> (8, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(5,) -> (8, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic - ...
[() -> (8, 8, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(2+2,) -> (8, 8, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3,) -> (8, 8, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(2+2, 5) -> (8, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2,) -> (8, 4, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 2+2) -> (8, 4, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 3) -> (8, 4, 3) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 5) -> (8, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3,) -> (8, 3, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 2+2) -> (8, 3, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 3) -> (8, 3, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(2+2, 5, 5) -> (4,) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 5) -> (4, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 5, 2+2) -> (4, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 5, 3) -> (4, 3) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 5) -> (4, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2,) -> (4, 8, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 2+2) -> (4, 8, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 3) -> (4, 8, 3) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 2+2, 5) -> (4, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 2+2) -> (4, 4, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 2+2, 2+2) -> (4, 4, 4) <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 2+2, 3) -> (4, 4, 3) <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 3, 5) -> (4, 3) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 3) -> (4, 3, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 3, 2+2) -> (4, 3, 4) <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(2+2, 3, 3) -> (4, 3, 3) <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 5, 5) -> (3,) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 5) -> (3, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 5, 2+2) -> (3, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 5, 3) -> (3, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 5) -> (3, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3,) -> (3, 8, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 2+2) -> (3, 8, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 3) -> (3, 8, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 2+2, 5) -> (3, 4) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 2+2) -> (3, 4, 8) <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 2+2, 2+2) -> (3, 4, 4) <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 2+2, 3) -> (3, 4, 3) <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[(3, 3, 5) -> (3, 3) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 3) -> (3, 3, 8) <fix>] SUBFAIL tests/test_preserve_values.py::test_generic
[(3, 3, 2+2) -> (3, 3, 4) <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 5, 2: 5} -> {} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 5} -> {2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 5, 2: 2+2} -> {2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 5, 2: 3} -> {2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 2: 5} -> {1: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5} -> {1: 8, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 2: 2+2} -> {1: 8, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 2: 3} -> {1: 8, 2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 2+2, 2: 5} -> {1: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 2+2} -> {1: 4, 2: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 2+2, 2: 2+2} -> {1: 4, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 2+2, 2: 3} -> {1: 4, 2: 3} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 3, 2: 5} -> {1: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 3} -> {1: 3, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 3, 2: 2+2} -> {1: 3, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 5, 1: 3, 2: 3} -> {1: 3, 2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 5, 2: 5} -> {0: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 5} -> {0: 8, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 5, 2: 2+2} -> {0: 8, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 5, 2: 3} -> {0: 8, 2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{2: 5} -> {0: 8, 1: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{} -> {0: 8, 1: 8, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{2: 2+2} -> {0: 8, 1: 8, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{2: 3} -> {0: 8, 1: 8, 2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 2+2, 2: 5} -> {0: 8, 1: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 2+2} -> {0: 8, 1: 4, 2: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 2+2, 2: 2+2} -> {0: 8, 1: 4, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 2+2, 2: 3} -> {0: 8, 1: 4, 2: 3} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 3, 2: 5} -> {0: 8, 1: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 3} -> {0: 8, 1: 3, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 3, 2: 2+2} -> {0: 8, 1: 3, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{1: 3, 2: 3} -> {0: 8, 1: 3, 2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 5, 2: 5} -> {0: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 5} -> {0: 4, 2: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 5, 2: 2+2} -> {0: 4, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 5, 2: 3} -> {0: 4, 2: 3} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 2: 5} -> {0: 4, 1: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2} -> {0: 4, 1: 8, 2: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 2: 2+2} -> {0: 4, 1: 8, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 2: 3} -> {0: 4, 1: 8, 2: 3} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 2+2, 2: 5} -> {0: 4, 1: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 2+2} -> {0: 4, 1: 4, 2: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 2+2, 2: 2+2} -> {0: 4, 1: 4, 2: 4} <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 2+2, 2: 3} -> {0: 4, 1: 4, 2: 3} <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 3, 2: 5} -> {0: 4, 1: 3} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 3} -> {0: 4, 1: 3, 2: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 3, 2: 2+2} -> {0: 4, 1: 3, 2: 4} <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 2+2, 1: 3, 2: 3} -> {0: 4, 1: 3, 2: 3} <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 5, 2: 5} -> {0: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 5} -> {0: 3, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 5, 2: 2+2} -> {0: 3, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 5, 2: 3} -> {0: 3, 2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 2: 5} -> {0: 3, 1: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3} -> {0: 3, 1: 8, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 2: 2+2} -> {0: 3, 1: 8, 2: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 2: 3} -> {0: 3, 1: 8, 2: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 2+2, 2: 5} -> {0: 3, 1: 4} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 2+2} -> {0: 3, 1: 4, 2: 8} <update, fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 2+2, 2: 2+2} -> {0: 3, 1: 4, 2: 4} <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 2+2, 2: 3} -> {0: 3, 1: 4, 2: 3} <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 3, 2: 5} -> {0: 3, 1: 3} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 3} -> {0: 3, 1: 3, 2: 8} <fix>] SUBFAIL 
tests/test_preserve_values.py::test_generic
[{0: 3, 1: 3, 2: 2+2} -> {0: 3, 1: 3, 2: 4} <update>] SUBFAIL 
tests/test_preserve_values.py::test_generic
FAILED tests/test_pydantic.py::test_pydantic_create_snapshot - AssertionError...
FAILED tests/test_pydantic.py::test_pydantic_field_repr - AssertionError: ass...
FAILED tests/test_pydantic.py::test_pydantic_default_value - AssertionError: ...
FAILED tests/test_pydantic.py::test_pydantic_factory_method - AssertionError:...
FAILED tests/test_pypy.py::test_pypy - TypeError: CliRunner.__init__() got an...
FAILED tests/test_pytest_plugin.py::test_create - AssertionError: assert {'er...
FAILED tests/test_pytest_plugin.py::test_fix - AssertionError: assert {'error...
FAILED tests/test_pytest_plugin.py::test_update - AssertionError: assert {'er...
FAILED tests/test_pytest_plugin.py::test_trim - TypeError: CliRunner.__init__...
FAILED tests/test_pytest_plugin.py::test_multiple - AssertionError: assert {'...
FAILED tests/test_pytest_plugin.py::test_multiple_report - TypeError: CliRunn...
FAILED tests/test_pytest_plugin.py::test_black_config - TypeError: CliRunner....
FAILED tests/test_pytest_plugin.py::test_disabled - TypeError: CliRunner.__in...
FAILED tests/test_pytest_plugin.py::test_compare - TypeError: CliRunner.__ini...
FAILED tests/test_pytest_plugin.py::test_assertion_error_loop - TypeError: Cl...
FAILED tests/test_pytest_plugin.py::test_assertion_error - TypeError: CliRunn...
FAILED tests/test_pytest_plugin.py::test_pytest_inlinesnapshot_auto - TypeErr...
FAILED tests/test_pytest_plugin.py::test_persist_unknown_external - TypeError...
FAILED tests/test_pytest_plugin.py::test_diff_multiple_files - TypeError: Cli...
FAILED tests/test_pytest_plugin.py::test_storage_dir_config[tests/snapshots]
FAILED tests/test_pytest_plugin.py::test_storage_dir_config[None] - assert <E...
FAILED tests/test_pytest_plugin.py::test_find_pyproject_in_parent_directories
FAILED tests/test_rewrite_code.py::test_rewrite - TypeError: CliRunner.__init...
FAILED tests/test_string.py::test_string_update - TypeError: CliRunner.__init...
FAILED tests/test_string.py::test_string_newline - TypeError: CliRunner.__ini...
FAILED tests/test_string.py::test_string_quote_choice - TypeError: CliRunner....
ERROR tests/adapter/test_dataclass.py::test_attrs_default_value - Failed: som...
ERROR tests/adapter/test_dataclass.py::test_attrs_field_repr - Failed: some s...
ERROR tests/adapter/test_dataclass.py::test_remove_positional_argument - Fail...
ERROR tests/adapter/test_dataclass.py::test_namedtuple - Failed: some snapsho...
ERROR tests/adapter/test_dataclass.py::test_defaultdict - Failed: some snapsh...
ERROR tests/test_config.py::test_config_pyproject - Failed: some snapshots in...
ERROR tests/test_config.py::test_config_env - Failed: some snapshots in this ...
ERROR tests/test_config.py::test_shortcuts - Failed: some snapshots in this t...
ERROR tests/test_config.py::test_default_shortcuts - Failed: some snapshots i...
ERROR tests/test_example.py::test_example - Failed: some snapshots in this te...
ERROR tests/test_pydantic.py::test_pydantic_create_snapshot - Failed: some sn...
ERROR tests/test_pydantic.py::test_pydantic_field_repr - Failed: some snapsho...
ERROR tests/test_pydantic.py::test_pydantic_default_value - Failed: some snap...
ERROR tests/test_pydantic.py::test_pydantic_factory_method - Failed: some sna...
ERROR tests/test_pytest_plugin.py::test_find_pyproject_in_parent_directories
= 423 failed, 176 passed, 1 skipped, 10 deselected, 1 xfailed, 15 errors, 264 
subtests passed in 32.07s =
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build; python3.13 -m 
pytest "-k not test_diskstorage and not test_empty_sub_snapshot and not 
test_format_command_fail and not test_outsource and not test_sub_snapshot and 
not test_typing and not test_xdist and not test_xdist_and_disable and not 
test_xdist_disabled "
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
3.13" returned exit code 13
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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:python-inline-snapshot, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-inline-snapshot
Source-Version: 0.20.3-1
Done: Carsten Schoenert <c.schoen...@t-online.de>

We believe that the bug you reported is fixed in the latest version of
python-inline-snapshot, 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 1098...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated 
python-inline-snapshot 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 01 Mar 2025 08:03:55 +0200
Source: python-inline-snapshot
Architecture: source
Version: 0.20.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1098601
Changes:
 python-inline-snapshot (0.20.3-1) unstable; urgency=medium
 .
   * Team upload
   * [d1214b1] New upstream version 0.20.3
     (Closes: #1098601)
   * [0048227] Rebuild patch queue from patch-queue branch
     Modified patch:
     docs-Remove-badge-linking.patch
   * [3943e8d] d/control: Bump Standards-Version to 4.7.2
     No further changes needed.
Checksums-Sha1:
 9edd326a0336fb602776a7d43e9f2da6f176d727 3225 
python-inline-snapshot_0.20.3-1.dsc
 09c2007b1be1ff4e7136890daef11586388e3ffa 91998 
python-inline-snapshot_0.20.3.orig.tar.gz
 bf75d75b5c670c049bdfef64135d18325bcbb875 7632 
python-inline-snapshot_0.20.3-1.debian.tar.xz
 97646344db2aeca6875719169bc00f73442ace3d 9863 
python-inline-snapshot_0.20.3-1_amd64.buildinfo
Checksums-Sha256:
 6b961a87351a28082c41641c6ab6b48659f4dd17a5f111c482d92fa1a9ee478c 3225 
python-inline-snapshot_0.20.3-1.dsc
 caf3c9cc1322bcadbfc5b9d3eca8a98aca58a061db4da3289e6519c032166c76 91998 
python-inline-snapshot_0.20.3.orig.tar.gz
 17a4ddb88e8716ee620904d2515eb283cd88e683bbd0ae2cc3d4ca2f39de309d 7632 
python-inline-snapshot_0.20.3-1.debian.tar.xz
 4b5333cdc887afe390f97eaf993f3b9bd5510f3b398632c64c1d89d8919ffec7 9863 
python-inline-snapshot_0.20.3-1_amd64.buildinfo
Files:
 d35eb94d9f90c698d047849581140fcb 3225 python optional 
python-inline-snapshot_0.20.3-1.dsc
 7773b28b885e5f97e22a89ce77e0784a 91998 python optional 
python-inline-snapshot_0.20.3.orig.tar.gz
 269138bddaf0152826cc7ddcf2bc6fb2 7632 python optional 
python-inline-snapshot_0.20.3-1.debian.tar.xz
 76f300f300c12b0d9cf503e37a879ac7 9863 python optional 
python-inline-snapshot_0.20.3-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmfCqFIYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2w53kQAIlZk7D3Bh4Ig0MJrWVc7ErR
L5wDMvixx0P0Sqrib77HyG63NGny6FbDfVLAl5Upj67zyP4aB24YydLRgLMm7RM/
c7UXtdDydNwKr4QuFFFsMrFHcJtlAlScUkTNU6nfJ3iomUp1n5wIhKYoBtvxezRM
At1y9ltzf8ttvBwslViwhniGTysDNFW49xfM78CCrG8Req41WDhGg8auy/m8jXP7
zoyyNQmSrEpMuEKhgFFh4lUkxZit7HtA8/5JEFPxGiVRxs+9x5L4yLWq/5zR+Xmr
FnqcLrmYefGBTSsmU6Qg5bvZt0k37a98mjkVBOe80v30CBDCfON90sD+LcNO8Lq9
AS09AgDQzELTaB0KJV2yjPZ3buYEwIIsQqxc7ey1AEMS/jD4ShX3sRqWO+WzxmjJ
Eon0h6HEZSZIDAUyb+r1mDgUEyO6wBBjNGB60q6W/vBDI0TlSm4XHXukWad4r8rh
U1alLx1AsAGT5UmIbyWmnlviupNACWbcBylOjEdWckBDC/P4e++SpRN0H99vbHgU
hkVX2UnA0TtOm10esPlTZIfnUsZBVGs4yrcHhBtNBsZkqipMA2scADsGxhFY8VLq
DJrrJ3WJplkpCBBttw+BPIXUukmich5BLcb9iTxpKa1zEcMYQI10OzukeAhsBUET
PSCuLuaN9Tt7gPQvIg7O
=cwK4
-----END PGP SIGNATURE-----

Attachment: pgpSCbf6a_BqL.pgp
Description: PGP signature


--- End Message ---

Reply via email to