New review comment by jason1987d on void-packages repository https://github.com/void-linux/void-packages/pull/53225#discussion_r1903295451 Comment: Looks like I might need to edit something in do_check step. Something cannot find a tests module. ``` __________ ERROR collecting tests/unit/threaded_test_wrapper_test.py ___________ ImportError while importing test module '/builddir/python3-pika-1.3.2/tests/unit/threaded_test_wrapper_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit/threaded_test_wrapper_test.py:15: in from tests.wrappers import threaded_test_wrapper E ModuleNotFoundError: No module named 'tests' =========================== short test summary info ============================ ERROR tests/acceptance/blocking_adapter_test.py ERROR tests/unit/io_services_test_stubs_test.py ERROR tests/unit/threaded_test_wrapper_test.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 3 errors in 0.43s =============================== => ERROR: python3-pika-1.3.2_1: do_check: 'PATH="${testdir}/usr/bin:${PATH}" PYTHONPATH="${testdir}/${py3_sitelib}" PY_IGNORE_IMPORTMISMATCH=1 ${make_check_pre} pytest3 ${testjobs} ${make_check_args} ${make_check_target}' exited with 2 => ERROR: in do_check() at common/build-style/python3-pep517.sh:36 [jason@box void-packages]$ ls masterdir/builddir/python3-pika-1.3.2/ CHANGELOG.md MANIFEST.in dist pika test-requirements.txt CONTRIBUTING.md README.rst docs pika.egg-info testdata HISTORY.md RELEASE.md examples pylintrc tests LICENSE build nose2.cfg pyproject.toml utils [jason@box void-packages]$ ls masterdir/builddir/python3-pika-1.3.2/tests acceptance base misc stubs unit wrappers [jason@box void-packages]$ ls masterdir/builddir/python3-pika-1.3.2/tests/base __init__.py async_test_base.py ``` I did add all the dependencies to checkdepends (including python3-pytest), except attempting to track down distfiles for this bizarre 'codecov' module...