testcontainers / testcontainers/testcontainers-python
Bug: Minio broken with `minio==7.2.19`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 386
- Avg merge
- 4h 40m
- Merged PRs (30d)
- 1
Description
Problem
minio==7.2.19 was released on November 24. It breaks the Minio container wrapper.
TypeError: Minio.__init__() takes 1 positional argument but 2 positional arguments (and 3 keyword-only arguments) were given
Reproduce
uv pip install minio>=7.2.19
References
/cc @maltehedderich, @mschmitzer
Contributor guide
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 locating the Minio container wrapper and reproduce the failure with uv pip install minio>=7.2.19. Read the related changes in the referenced pull requests, then verify that the wrapper works with Minio 7.2.19 without the reported TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100