T397332 use poetry - #101
Open
david-caro wants to merge 12 commits into
Open
Conversation
david-caro
force-pushed
the
T397332-use-poetry
branch
2 times, most recently
from
August 18, 2026 12:38
fddecbf to
d2b760c
Compare
Replaced requirements.txt with pyproject.toml/poetry.lock and updated Dockerfile for clean builds. Task: T397332
This includes: * Move to trixie docker image * Python dependency upgrades * Added some print statements for debugging * Fixed a couple issues with docker compose * Added a new py3-format tox entry for autoformatting Signed-off-by: David Caro <me@dcaro.es>
As sqlalchemy mock is not updated anymore and was breaking after dependency upgrades, this now implements mocks with python native utils. Signed-off-by: David Caro <me@dcaro.es>
Signed-off-by: David Caro <me@dcaro.es>
Signed-off-by: David Caro <me@dcaro.es>
david-caro
force-pushed
the
T397332-use-poetry
branch
2 times, most recently
from
August 18, 2026 12:45
d68f729 to
5ec21ef
Compare
Signed-off-by: David Caro <me@dcaro.es>
david-caro
force-pushed
the
T397332-use-poetry
branch
from
August 18, 2026 12:47
5615f2a to
c4dbf08
Compare
Signed-off-by: David Caro <me@dcaro.es>
david-caro
force-pushed
the
T397332-use-poetry
branch
from
August 18, 2026 12:59
fb42150 to
9424a74
Compare
The `--sync` flag is deprecated. Signed-off-by: David Caro <me@dcaro.es>
david-caro
force-pushed
the
T397332-use-poetry
branch
from
August 18, 2026 14:57
763e904 to
b27419a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This bulids on top of #93, it had to change a lot more things:
I can try to split it better, but putting out here at least to not lose the progress.
Task: T397332