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.