============================= test session starts ============================== platform linux -- Python 3.10.0, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python cachedir: .pytest_cache rootdir: /build/python-pyls-spyder/src/pyls-spyder-0.4.0 collecting ... collected 4 items pyls_spyder/tests/test_plugin.py::test_cell_block_symbols PASSED [ 25%] pyls_spyder/tests/test_plugin.py::test_ungroup_cell_symbols PASSED [ 50%] pyls_spyder/tests/test_plugin.py::test_disable_block_comments PASSED [ 75%] pyls_spyder/tests/test_plugin.py::test_cell_folding_regions PASSED [100%] =============================== warnings summary =============================== ../../../../usr/lib/python3.10/site-packages/packaging/version.py:127: 180 warnings /usr/lib/python3.10/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================= 4 passed, 180 warnings in 0.22s ========================