============================= test session starts ============================== platform linux -- Python 3.14.2, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/runner/work/rdm-14-tests/rdm-14-tests/workdir/tests/invenio-base/original configfile: setup.cfg testpaths: docs, tests, invenio_base plugins: black-ng-0.4.1, flask-1.3.0, github-actions-annotate-failures-0.4.1, pycodestyle-2.5.0, cov-7.1.0, invenio-4.0.1, pydocstyle-2.4.0, isort-4.0.0 collected 379 items docs/conf.py ... [ 0%] tests/conftest.py ... [ 1%] tests/test_app.py ....::warning file=workdir/tests/invenio-base/original/tests/test_app.py,line=126::Test .................. [ 7%] tests/test_cmd.py .... [ 8%] tests/test_jws.py ...................................................... [ 22%] ........................................................................ [ 41%] . [ 41%] tests/test_serializer.py ........................................... [ 53%] tests/test_signals.py ... [ 54%] tests/test_signer.py ................... [ 59%] tests/test_timed.py .................................................... [ 72%] ................................................... [ 86%] tests/test_urls.py ..... [ 87%] tests/test_utils.py .... [ 88%] tests/test_wsgi.py ....::warning file=workdir/tests/invenio-base/original/invenio_base/wsgi.py,line=106::The WSGI_PROXIES configuration is deprecated and it will be removed, use PROXYFIX_CONFIG instead ... [ 90%] invenio_base/__init__.py ... [ 91%] invenio_base/__main__.py ... [ 92%] invenio_base/app.py ... [ 92%] invenio_base/cli.py ... [ 93%] invenio_base/jws.py ... [ 94%] invenio_base/signals.py ... [ 95%] invenio_base/urls/__init__.py ... [ 96%] invenio_base/urls/builders.py ... [ 96%] invenio_base/urls/helpers.py ... [ 97%] invenio_base/urls/proxies.py ... [ 98%] invenio_base/utils.py ... [ 99%] invenio_base/wsgi.py ... [100%] =============================== warnings summary =============================== tests/test_app.py::test_configure_warnings /home/runner/work/rdm-14-tests/rdm-14-tests/workdir/tests/invenio-base/original/tests/test_app.py:126: UserWarning: Test warnings.warn("Test") tests/test_wsgi.py::test_proxyfix_wsgi_proxies[2-4.3.2.1] /home/runner/work/rdm-14-tests/rdm-14-tests/workdir/tests/invenio-base/original/invenio_base/wsgi.py:106: PendingDeprecationWarning: The WSGI_PROXIES configuration is deprecated and it will be removed, use PROXYFIX_CONFIG instead warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.14.2-final-0 ________________ Name Stmts Miss Cover Missing ------------------------------------------------------------- invenio_base/__init__.py 12 0 100% invenio_base/__main__.py 2 0 100% invenio_base/app.py 108 7 94% 157, 189-191, 199, 217-218 invenio_base/cli.py 50 3 94% 71-72, 84 invenio_base/jws.py 113 0 100% invenio_base/signals.py 6 0 100% invenio_base/urls/__init__.py 3 0 100% invenio_base/urls/builders.py 72 7 90% 37, 82-84, 110-112 invenio_base/urls/helpers.py 3 0 100% invenio_base/urls/proxies.py 12 0 100% invenio_base/utils.py 21 3 86% 17-28 invenio_base/wsgi.py 28 5 82% 14-18, 112 ------------------------------------------------------------- TOTAL 430 25 94% ======================= 379 passed, 2 warnings in 6.92s ========================