New comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/40439#issuecomment-1310592618 Comment: You need [objgraph](https://pypi.org/project/objgraph/) packaged and then ``` do_check() { python3 setup.py build_ext --inplace PYTHONPATH=src python3 -m unittest discover src } ``` Also `checkdepends="python3-objgraph python3-psutil"`