[IMP] flanker: use newer syntax compatible with pip >= 25.1#689
Merged
josep-tecnativa merged 1 commit intoTecnativa:masterfrom Feb 3, 2026
Merged
Conversation
josep-tecnativa
approved these changes
Feb 3, 2026
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.
In our images we run the newest pip, and the flanker install failed with the old url syntax for pip 26.0.
This is not strictly necessary for current doodba but i think it would be fine to have the new syntax for flanker install and be ready for the future. (15.0 still uses the old flanker (0.9.11) from pypi and does not have the url issue)
Output from local venv when installing flanker with
pip install "git+https://github.com/mailgun/flanker.git@v0.9.15#egg=flanker[validator]"pip install "flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15"works at least with pip >= 23.0.1 (16.0.Dockerfile)See also pypa/pip#13157
Info @wt-io-it