
==================================== ERRORS ====================================
____________________ ERROR collecting test_broken_import.py ____________________
ImportError while importing test module '/tmp/pytest_capture_collect/test_broken_import.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test_broken_import.py:1: in <module>
    import this_module_does_not_exist_anywhere
E   ModuleNotFoundError: No module named 'this_module_does_not_exist_anywhere'
=========================== short test summary info ============================
ERROR test_broken_import.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
1 error in 0.07s
