Obtaining file:///testbed
ERROR: file:///testbed does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
=== Running FAIL_TO_PASS tests ===
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.1, pluggy-1.6.0
rootdir: /testbed
plugins: hydra-core-1.3.2, timeout-2.4.0
collected 0 items / 1 error

==================================== ERRORS ====================================
__________ ERROR collecting tests/tests_pytorch/models/test_hooks.py ___________
ImportError while importing test module '/testbed/tests/tests_pytorch/models/test_hooks.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/miniconda3/envs/testbed/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/tests_pytorch/models/test_hooks.py:24: in <module>
    from lightning.pytorch import Callback, LightningDataModule, LightningModule, Trainer, __version__
E   ModuleNotFoundError: No module named 'lightning'
=========================== short test summary info ============================
ERROR tests/tests_pytorch/models/test_hooks.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 2.39s ===============================
Reward: 0
