============================= test session starts ============================== platform linux -- Python 3.10.2, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /var/lib/gitlab-runner/builds/UmwmPxhA/0/platypush/platypush plugins: regressions-2.2.0, datadir-1.3.1 collected 9 items tests/test_cron.py . [ 11%] tests/test_event_parse.py . [ 22%] tests/test_http.py ..... [ 77%] tests/test_procedure.py .. [100%] =============================== warnings summary =============================== ../../../../../../../../usr/lib/python3.10/site-packages/redis/connection.py:2 /usr/lib/python3.10/site-packages/redis/connection.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import StrictVersion tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution :572: DeprecationWarning: find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution :1514: DeprecationWarning: FileFinder.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution tests/test_cron.py::test_cron_execution :283: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead tests/test_cron.py::test_cron_execution tests/test_procedure.py::test_procedure_from_event /var/lib/gitlab-runner/builds/UmwmPxhA/0/platypush/platypush/platypush/context/__init__.py:145: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================== 9 passed, 21 warnings in 9.77s ========================