============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0
rootdir: /workspace/parsel
configfile: pytest.ini
plugins: anyio-4.13.0, metadata-3.1.1, json-report-1.5.0, cov-7.1.0
collected 207 items / 2 errors

tests/test_selector.py ....................................s............ [ 23%]
.................................................................s...... [ 58%]
...................................                                      [ 75%]
tests/test_selector_csstranslator.py .......................             [ 86%]
tests/test_selector_jmespath.py ....                                     [ 88%]
tests/test_utils.py ...............                                      [ 95%]
tests/test_xpathfuncs.py .........                                       [100%]

==================================== ERRORS ====================================
__________________ ERROR collecting tests/test_xml_attacks.py __________________
ImportError while importing test module '/workspace/parsel/tests/test_xml_attacks.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_xml_attacks.py:6: in <module>
    from psutil import Process
E   ModuleNotFoundError: No module named 'psutil'
__________________ ERROR collecting tests/test_xml_attacks.py __________________
ImportError while importing test module '/workspace/parsel/tests/test_xml_attacks.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_xml_attacks.py:6: in <module>
    from psutil import Process
E   ModuleNotFoundError: No module named 'psutil'
--------------------------------- JSON report ----------------------------------
report saved to: report.json
=========================== short test summary info ============================
ERROR tests/test_xml_attacks.py
ERROR tests/test_xml_attacks.py
=================== 205 passed, 2 skipped, 2 errors in 0.25s ===================