============================= test session starts ============================== platform linux -- Python 3.10.0, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /build/python-kaptan/src/kaptan-0.5.12 collected 21 items tests/test_kaptan.py ........s............ [100%] =============================== warnings summary =============================== tests/test_kaptan.py: 144 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( tests/test_kaptan.py::test_py_file_handler tests/test_kaptan.py::test_py_file_away_handler :283: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 20 passed, 1 skipped, 146 warnings in 0.23s ==================