============================= 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-jsonschemas/original configfile: setup.cfg testpaths: docs, tests, invenio_jsonschemas 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 57 items docs/conf.py ... [ 5%] tests/conftest.py ... [ 10%] tests/helpers.py ... [ 15%] tests/test_invenio_jsonschemas.py ....................... [ 56%] invenio_jsonschemas/__init__.py .... [ 63%] invenio_jsonschemas/config.py ... [ 68%] invenio_jsonschemas/errors.py ... [ 73%] invenio_jsonschemas/ext.py ... [ 78%] invenio_jsonschemas/jsonresolver.py ... [ 84%] invenio_jsonschemas/proxies.py ... [ 89%] invenio_jsonschemas/utils.py ... [ 94%] invenio_jsonschemas/views.py ... [100%] =============================== warnings summary =============================== venv/lib/python3.14/site-packages/_pytest/config/__init__.py:1474 /home/runner/work/invenio-testrig-client/invenio-testrig-client/workdir/tests/invenio-jsonschemas/original/.venv/lib/python3.14/site-packages/_pytest/config/__init__.py:1474: PytestConfigWarning: Unknown config option: pep8ignore self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.14.2-final-0 ________________ Name Stmts Miss Cover Missing invenio_jsonschemas/__init__.py 5 0 100% invenio_jsonschemas/config.py 22 0 100% invenio_jsonschemas/errors.py 10 0 100% invenio_jsonschemas/ext.py 129 5 96% 32-33, 176, 184, 203 invenio_jsonschemas/jsonresolver.py 8 0 100% invenio_jsonschemas/proxies.py 7 0 100% invenio_jsonschemas/utils.py 26 1 96% 52 invenio_jsonschemas/views.py 21 0 100% TOTAL 228 6 97% ======================== 57 passed, 1 warning in 3.30s =========================