Skip to content

Conversation

@B-Whitt
Copy link
Contributor

@B-Whitt B-Whitt commented Jan 19, 2026

Updating transitive dependency, "constantly" needed by Daphne to resolve conflicts in Konflux build. Adding here to be captured in the building of the requirements-poetry-export.in file from the automation-eda-controller-container

@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.14%. Comparing base (4888fdc) to head (1ad3b2d).

@@           Coverage Diff           @@
##             main    #1448   +/-   ##
=======================================
  Coverage   91.14%   91.14%           
=======================================
  Files         234      234           
  Lines       10046    10046           
=======================================
  Hits         9156     9156           
  Misses        890      890           
Flag Coverage Δ
unit-int-tests-3.11 91.14% <ø> (ø)
unit-int-tests-3.12 91.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link

@B-Whitt B-Whitt marked this pull request as ready for review January 19, 2026 18:45
@B-Whitt B-Whitt requested a review from a team as a code owner January 19, 2026 18:45
Comment on lines +85 to +88
# transitive dependency needed by Daphne to resolve conflicts in Konflux build
# adding here to be captured in the building of the
# `requirements-poetry-export.in` file
constantly = ">=23.10.4,<24"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to add this here constraint; simply update the locked/pinned version of constantly to the latest one

also, neither "konflux" nor "requirements-poetry-export.in" make sense to be mentioned here: the upgrade of constantly is needed likely because the pinned version does not support python 3.12+ (which is what needs to be mentioned as commit message instead)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from slack... " @ptoscano I added the constantly dependency in eda-server because that is where the requirements-poetry-export.in originates. I tried to add it in the requirements-constraints.in file, but that caused conflicts. since all the other files are generated, it made sense to make the change at the origin, eda-server. Where else would you recommend this dependency be added?"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it appears when exporting the requirements using poetry export because it is in the poetry lock file at that version; so updating the locked version to a newer version should fix this, as I mentioned

@B-Whitt B-Whitt closed this Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants