New comment by travankor on void-packages repository https://github.com/void-linux/void-packages/pull/41368#issuecomment-1368189210 Comment: The test errors without `python3-invoke`. I added `python3-yaml` and it still says ran 0 tests. Maybe it's best to disable tests? `python3-invoke` currently has some issues with python-3.11. ``` => dtrx-8.5.0_1: running do_check ... running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info creating dtrx.egg-info writing dtrx.egg-info/PKG-INFO writing dependency_links to dtrx.egg-info/dependency_links.txt writing entry points to dtrx.egg-info/entry_points.txt writing requirements to dtrx.egg-info/requires.txt writing top-level names to dtrx.egg-info/top_level.txt writing manifest file 'dtrx.egg-info/SOURCES.txt' reading manifest file 'dtrx.egg-info/SOURCES.txt' adding license file 'COPYING' writing manifest file 'dtrx.egg-info/SOURCES.txt' running build_ext tasks (unittest.loader._FailedTest.tasks) ... ERROR ====================================================================== ERROR: tasks (unittest.loader._FailedTest.tasks) ---------------------------------------------------------------------- ImportError: Failed to import test module: tasks Traceback (most recent call last): File "/usr/lib/python3.11/unittest/loader.py", line 440, in _find_test_path package = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/unittest/loader.py", line 350, in _get_module_from_name __import__(name) File "/builddir/dtrx-8.5.0/tasks/__init__.py", line 7, in import invoke ModuleNotFoundError: No module named 'invoke' ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) Test failed: error: Test failed: => ERROR: dtrx-8.5.0_1: do_check: '${make_check_pre} python3 setup.py ${make_check_target} ${make_check_args}' exited with 1 => ERROR: in do_check() at common/build-style/python3-module.sh:28 ```