Skip to content

Conversation

@A5rocks
Copy link
Contributor

@A5rocks A5rocks commented Dec 5, 2025

This really doesn't matter but Resolved 72 packages in 1.13s in the CI logs really bothered me!

@A5rocks
Copy link
Contributor Author

A5rocks commented Dec 5, 2025

Now it's Resolved 72 packages in 190ms!

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00000%. Comparing base (d64798f) to head (8cab0b0).

Additional details and impacted files
@@                 Coverage Diff                  @@
##                main        #3366         +/-   ##
====================================================
+ Coverage   99.98454%   100.00000%   +0.01546%     
====================================================
  Files            128          128                 
  Lines          19407        19407                 
  Branches        1318         1318                 
====================================================
+ Hits           19404        19407          +3     
+ Misses             1            0          -1     
+ Partials           2            0          -2     

see 1 file with indirect coverage changes

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

Copy link
Member

@CoolCat467 CoolCat467 left a comment

Choose a reason for hiding this comment

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

Always nice to have a time save

flags="--skip-optional-imports"
else
python -m uv pip install -r test-requirements.txt
python -m uv pip install -r test-requirements.txt --no-deps
Copy link
Member

Choose a reason for hiding this comment

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

Warning

Depending on what's inside, this might produce different dependency trees on different platforms. And in some cases, deps might end up being missing (platform- or python-dependent ones etc).

Copy link
Contributor Author

@A5rocks A5rocks Dec 6, 2025

Choose a reason for hiding this comment

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

Yeah this is only fine because test-requirements.txt is a "universal" (i.e. made with uv pip compile --universal) lockfile. This could potentially break also if one of the packages changes deps without changing version but a) that's bad and b) well, we want the lockfile to contain everything anyways so erroring at some point is good.

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