============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-param/src/param-1.12.0, configfile: setup.cfg collected 606 items / 2 errors / 604 selected ==================================== ERRORS ==================================== _______________ ERROR collecting tests/API0/testipythonmagic.py ________________ ImportError while importing test module '/build/python-param/src/param-1.12.0/tests/API0/testipythonmagic.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/API0/testipythonmagic.py:12: in import IPython # noqa E ModuleNotFoundError: No module named 'IPython' During handling of the above exception, another exception occurred: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/API0/testipythonmagic.py:16: in raise ImportError("PARAM_TEST_IPYTHON=1 but ipython not available.") E ImportError: PARAM_TEST_IPYTHON=1 but ipython not available. _______________ ERROR collecting tests/API1/testipythonmagic.py ________________ ImportError while importing test module '/build/python-param/src/param-1.12.0/tests/API1/testipythonmagic.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/API1/testipythonmagic.py:11: in import IPython # noqa E ModuleNotFoundError: No module named 'IPython' During handling of the above exception, another exception occurred: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/API1/testipythonmagic.py:15: in raise ImportError("PARAM_TEST_IPYTHON=1 but ipython not available.") E ImportError: PARAM_TEST_IPYTHON=1 but ipython not available. =============================== warnings summary =============================== ../../../../usr/lib/python3.10/random.py:125 /usr/lib/python3.10/random.py:125: DeprecationWarning: Seeding based on hashing is deprecated since Python 3.9 and will be removed in a subsequent version. The only supported seed types are: None, int, float, str, bytes, and bytearray. self.seed(x) -- Docs: https://docs.pytest.org/en/stable/warnings.html =========================== short test summary info ============================ ERROR tests/API0/testipythonmagic.py ERROR tests/API1/testipythonmagic.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ========================= 1 warning, 2 errors in 9.92s ========================= ==> ERROR: A failure occurred in check().  Aborting...