============================= test session starts ============================== platform linux -- Python 3.14.2, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/runner/work/invenio-testrig-client/invenio-testrig-client/workdir/tests/invenio-base/original configfile: setup.cfg testpaths: docs, tests, invenio_base plugins: invenio-4.0.0, github-actions-annotate-failures-0.4.0, isort-4.0.0, flask-1.3.0, black-ng-0.4.1, pydocstyle-2.4.0, cov-7.0.0, pycodestyle-2.5.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=131::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=111::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/invenio-testrig-client/invenio-testrig-client/workdir/tests/invenio-base/original/tests/test_app.py:131: UserWarning: Test warnings.warn("Test") tests/test_wsgi.py::test_proxyfix_wsgi_proxies[2-4.3.2.1] /home/runner/work/invenio-testrig-client/invenio-testrig-client/workdir/tests/invenio-base/original/invenio_base/wsgi.py:111: 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% 162, 194-196, 204, 222-223 invenio_base/cli.py 50 3 94% 76-77, 89 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% 42, 87-89, 115-117 invenio_base/urls/helpers.py 3 0 100% invenio_base/urls/proxies.py 12 0 100% invenio_base/utils.py 21 3 86% 22-33 invenio_base/wsgi.py 28 5 82% 19-23, 117 ------------------------------------------------------------- TOTAL 430 25 94% ======================= 379 passed, 2 warnings in 7.05s ========================