| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #945 +/- ##
=======================================
Coverage 78.30% 78.30%
=======================================
Files 14 14
Lines 1212 1212
Branches 141 141
=======================================
Hits 949 949
Misses 222 222
Partials 41 41 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
|
The failures in the CI are related to the not updated poetry lock file. See #845 I wasn't able to update the lock file. |
Sorry, something went wrong.
|
i can merge this for now and we can fix cassandra in a followup |
Sorry, something went wrong.
|
@alexanderankin I finally fixed it, no need for later fix ;-) Sorry was busy with family therefore I was not consequentially working on this.l |
Sorry, something went wrong.
|
(last force push with corrected commits) |
Sorry, something went wrong.
|
while this is not conflicted.... |
Sorry, something went wrong.
🤖 I have created a release *beep* *boop* --- ## [4.14.0](testcontainers-v4.13.3...testcontainers-v4.14.0) (2026-01-07) ### Features * Add ExecWaitStrategy and migrate Postgres from deprecated decorator ([#935](#935)) ([2d9eee3](2d9eee3)) ### Bug Fixes * add ruff to deps ([#919](#919)) ([5853d32](5853d32)) * **cassandra,mysqk,kafka:** Use wait strategy instead of deprecated wait_for_logs ([#945](#945)) ([b7791b9](b7791b9)) * **core:** recreate poetry lockfile with latest versions of libraries ([#946](#946)) ([9a97385](9a97385)) * **elasticsearch:** Use wait strategy instead of deprecated decorator ([#915](#915)) ([c785ecd](c785ecd)) * **minio:** minio client requires kwargs now ([#933](#933)) ([37f5902](37f5902)) * **minio:** Use wait strategy instead of deprecated decorator ([#899](#899)) ([febccb7](febccb7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Use new wait strategies instead of deprecated wait_for_logs.
Important for project having pytest configured to fail on warnings.
Just adopted the containers I am personally using while keeping as much of the logic as before.