Skip to content

Removing requirements-*.txt files in favor of dep groups#926

Open
grantlouisherman wants to merge 1 commit into
bloomberg:mainfrom
grantlouisherman:remove-requirements-dep-groups
Open

Removing requirements-*.txt files in favor of dep groups#926
grantlouisherman wants to merge 1 commit into
bloomberg:mainfrom
grantlouisherman:remove-requirements-dep-groups

Conversation

@grantlouisherman
Copy link
Copy Markdown

*Issue number of the reported bug or feature request: #919

Describe your changes
I removed requirements-*.txt in favor or using dep groups

Testing performed
Automated testing

@grantlouisherman grantlouisherman force-pushed the remove-requirements-dep-groups branch from 8346276 to 0673da9 Compare May 18, 2026 20:10
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.40%. Comparing base (4a99614) to head (0673da9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #926      +/-   ##
==========================================
- Coverage   92.43%   92.40%   -0.03%     
==========================================
  Files          99       99              
  Lines       11785    11785              
  Branches      429      429              
==========================================
- Hits        10893    10890       -3     
- Misses        892      895       +3     
Flag Coverage Δ
cpp 92.40% <ø> (-0.03%) ⬇️
python_and_cython 92.40% <ø> (-0.03%) ⬇️

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@grantlouisherman grantlouisherman marked this pull request as ready for review May 18, 2026 23:45
Signed-off-by: grantlouisherman <grantlouisherman041@gmail.com>
@grantlouisherman grantlouisherman force-pushed the remove-requirements-dep-groups branch from 139d4cc to e7b3c3a Compare May 18, 2026 23:49
Comment thread pyproject.toml

[dependency-groups]
test=['Cython', 'coverage[toml]', "greenlet; python_version < '3.14'", 'pytest', 'pytest-cov', 'ipython', 'setuptools', 'pkgconfig', 'pytest-textual-snapshot', 'textual >= 0.43, != 0.65.2, != 0.66', 'packaging']
docs=['mypy', 'bump2version','towncrier', 'pre-commit', {include-group = "test"}]
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

In the original there was a requirement from extra to docs, but they essentially have the same dependencies so I just made them the same. Obviously this is no DRY but I dont think there is a good way to do variables in pyproject tomls?

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.

2 participants