Skip to content

Missing library for unit-tests #43

Closed
@HamedBabaei

Description

@HamedBabaei

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!

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions