New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/pull/40063#issuecomment-1710442493 Comment: I don't know how to fix this check error on python3-testfixtures ``` ________ ERROR collecting build/lib/testfixtures/tests/test_compare.py _________ import file mismatch: imported module 'testfixtures.tests.test_compare' has this __file__ attribute: /builddir/python3-testfixtures-7.1.0/testfixtures/tests/test_compare.py which is not the same as the test file we want to collect: /builddir/python3-testfixtures-7.1.0/build/lib/testfixtures/tests/test_compare.py HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules ```