New review comment by jason1987d on void-packages repository https://github.com/void-linux/void-packages/pull/53225#discussion_r1903161550 Comment: ``` => radicale-3.3.3_1: running do_check ... ============================= test session starts ============================== platform linux -- Python 3.13.1, pytest-8.3.1, pluggy-1.5.0 rootdir: /builddir/radicale-3.3.3 configfile: pyproject.toml plugins: flake8-1.1.1, cov-5.0.0 collected 202 items radicale/tests/test_auth.py ................................... [ 17%] radicale/tests/test_base.py ............................................ [ 39%] ....................................................... [ 66%] radicale/tests/test_config.py ............... [ 73%] radicale/tests/test_expand.py .... [ 75%] radicale/tests/test_rights.py ........... [ 81%] radicale/tests/test_server.py ....... [ 84%] radicale/tests/test_storage.py ............................ [ 98%] radicale/tests/test_web.py ... [100%] =============================== warnings summary =============================== radicale/tests/test_base.py: 96 warnings radicale/tests/test_expand.py: 8 warnings radicale/tests/test_storage.py: 16 warnings /builddir/radicale-3.3.3/radicale/app/report.py:174: DeprecationWarning: Testing an element's truth value will always return True in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. props: Union[ET.Element, List] = root.find(xmlutils.make_clark("D:prop")) or [] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ====================== 202 passed, 120 warnings in 6.76s ======================= ```