[1m============================= test session starts ==============================[0m
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 ====================================
[31m[1m_______________ ERROR collecting tests/API0/testipythonmagic.py ________________[0m
[31mImportError 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 <module>
    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 <module>
    raise ImportError("PARAM_TEST_IPYTHON=1 but ipython not available.")
E   ImportError: PARAM_TEST_IPYTHON=1 but ipython not available.[0m
[31m[1m_______________ ERROR collecting tests/API1/testipythonmagic.py ________________[0m
[31mImportError 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 <module>
    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 <module>
    raise ImportError("PARAM_TEST_IPYTHON=1 but ipython not available.")
E   ImportError: PARAM_TEST_IPYTHON=1 but ipython not available.[0m
[33m=============================== warnings summary ===============================[0m
../../../../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 !!!!!!!!!!!!!!!!!!!!
[31m========================= [33m1 warning[0m, [31m[1m2 errors[0m[31m in 9.92s[0m[31m =========================[0m
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
