Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To avoid errors like these when cibuildwheel runs pytest on the installed wheel: ``` _____________ ERROR collecting src/cutadapt/cli.py _____________ import file mismatch: imported module 'cutadapt.cli' has this __file__ attribute: .../cutadapt/.venv/lib/python3.12/site-packages/cutadapt/cli.py which is not the same as the test file we want to collect: .../cutadapt/src/cutadapt/cli.py HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules ```
- Loading branch information