Prune unused packages from requirements.txt - #570
Merged
Merged
Conversation
Drop pandas, numpy, launchdarkly-server-sdk, and mock; move statsmodels to requirements-dev.txt for affiliation tests; pin boto3; switch unit tests to unittest.mock. Co-authored-by: Joseph Rhoads <jrhoads@users.noreply.github.com>
cursor
Bot
force-pushed
the
quickwin/requirements
branch
from
September 25, 2026 14:33
4258ca1 to
63913b6
Compare
jrhoads
marked this pull request as ready for review
September 25, 2026 14:37
This was referenced Sep 25, 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.
Summary
pandas,numpy,launchdarkly-server-sdk, andmockfromrequirements.txt(unused at runtime; LaunchDarkly is only referenced from deadfeatures.py).statsmodelsto newrequirements-dev.txt(affiliation / functional tests only; not needed for CI unit runs).boto3==1.43.100(currentpip indexresolution).import mocktofrom unittest import mockintests_queries_v2.pyandtests_views_v2.py.Dependabot overlap: Open Dependabot PRs #555 (launchdarkly), #557 (statsmodels), and #508 (mock) touch the same packages. This prune is the intended direction (drop/move those deps) — do not merge those Dependabot PRs; close them after this lands.
Test plan
rorapi.tests.tests_unit)requirements.txtsucceeds without the dropped packagesstatsmodelsviarequirements-dev.txtwhen run locally