Closed
Description
Dear @amirrezaalasti, Please take a look at this error:
def test_pipeline_resource_cleanup(complex_pipeline):
"""Test proper resource cleanup after pipeline execution."""
> import psutil
E ModuleNotFoundError: No module named 'psutil'
It seems that psutil
is not installed, and how can we solve this issue without updating the ontoaligner requirements? i am aware that for testing it should be installed, however, we can not add libraries for installation that are not used inside the ontoaligner, so you might add it to only requirements.txt
file of the library.
See #42 pull request for this!