testcontainers / testcontainers/testcontainers-python
Question: What are the new way to install community containers?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 386
- Avg merge
- 4h 40m
- Merged PRs (30d)
- 1
Description
When importing like this:
from testcontainers.postgres import PostgresContainer
from testcontainers.redis import RedisContainer
I get a deprecation warning , I can found one in init.py files , but there are no any ways of how to download the current , modern way.
Sorry , for a dumb question , but update docs please to avoid such cases.
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 with the imports in the issue and inspect the linked src/testcontainers/redis.py file, including the deprecation warning and any nearby package guidance. Update the documentation to explain the current installation and import path for community containers, then verify that the documented examples no longer use the deprecated approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100