Files
Martin Weinelt 032cfaf859 python3Packges.fritzconnection: pin to pytest 9.0.x
> __________ ERROR collecting fritzconnection/tests/test_core_utils.py ___________
> Duplicate parametrization IDs detected, but strict_parametrization_ids is set.
>
> Test name:      fritzconnection/tests/test_core_utils.py::test_get_boolean_from_string
> Parameters:     value, expected_result
> Parameter sets: ['true', True], ['false', False], ['wahr', None], ['falsch', None], ['None', None], [42, None], ['', None], [None, None]
> IDs:            true-True, false-False, wahr-None, falsch-None, None-None, 42-None, -None, None-None
> Duplicates:     None-None
>
> You can fix this problem using `@pytest.mark.parametrize(..., ids=...)` or `pytest.param(..., id=...)`.
2026-07-15 03:12:30 +02:00

1.1 KiB