============================= test session starts ============================== platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0 rootdir: /Users/au561649/Github/danish-dynaword configfile: pyproject.toml plugins: anyio-4.9.0 collected 310 items src/tests/test_dataset_schema.py ....................................... [ 12%] ............................. [ 21%] src/tests/test_datasheets.py ........................................... [ 35%] ........................................................................ [ 59%] ....................................................... [ 76%] src/tests/test_load.py .. [ 77%] src/tests/test_quality/test_duplicates.py .............................. [ 87%] ....s [ 88%] src/tests/test_quality/test_short_texts.py ............................. [ 98%] ..... [ 99%] src/tests/test_unique_ids.py . [100%] =============================== warnings summary =============================== src/tests/test_quality/test_short_texts.py: 34 warnings /Users/au561649/Github/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead. -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============ 309 passed, 1 skipped, 34 warnings in 77.84s (0:01:17) ============