Skip to content

Move from requirements.txt to dependency groups#296

Open
peytondmurray wants to merge 1 commit into
bloomberg:mainfrom
peytondmurray:288-dependency-groups
Open

Move from requirements.txt to dependency groups#296
peytondmurray wants to merge 1 commit into
bloomberg:mainfrom
peytondmurray:288-dependency-groups

Conversation

@peytondmurray
Copy link
Copy Markdown

Issue number of the reported bug or feature request: Closes #288.

Describe your changes
This PR removes the requirements-*.txt files in favor of dependency groups.

Testing performed
Testing will be done by CI.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.19%. Comparing base (debc9e8) to head (e255f45).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #296   +/-   ##
=======================================
  Coverage   79.19%   79.19%           
=======================================
  Files          51       51           
  Lines        5542     5542           
  Branches      577      577           
=======================================
  Hits         4389     4389           
  Misses       1153     1153           
Flag Coverage Δ
cpp 79.19% <ø> (ø)
python 79.19% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@lkollar
Copy link
Copy Markdown
Contributor

lkollar commented May 18, 2026

This change looks good to me, we just need a sign-off on the commit make the DCO check pass: https://github.com/bloomberg/pystack/actions/runs/26054143451/job/76598533415?pr=296. There are docs here on setting that up.

Signed-off-by: pdmurray <peynmurray@gmail.com>
@peytondmurray peytondmurray force-pushed the 288-dependency-groups branch from e255f45 to 0f2a648 Compare May 19, 2026 00:17
@peytondmurray
Copy link
Copy Markdown
Author

Whoops, sorry about that! Should be signed off now.

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.

Switch from requirements-*.txt files to to dependency groups

3 participants