soundfile dependency?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 540
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
It looks like `soundfile` module is a required test dependency but is not listed. To reproduce:
1. Create a clean virtual environment
2. Install pysox via `pip install sox`
3. Download and run the test suite from the GitHub repo
4. Tests fail unless `soundfile` is installed
Thanks for the code. Feel free to disregard this message if it seems like I'm confused.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the project's dependency declarations and test setup to find where test-only packages are listed. Reproduce the failure in a clean virtual environment using the steps in the issue, then confirm the test suite passes after soundfile is declared as a test dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100