Skip to content

[tools/shoestring]: fix warnings with latest python + openssl versions#2058

Merged
Jaguar0625 merged 3 commits intodevfrom
shoestring/fixes
Mar 31, 2026
Merged

[tools/shoestring]: fix warnings with latest python + openssl versions#2058
Jaguar0625 merged 3 commits intodevfrom
shoestring/fixes

Conversation

@Jaguar0625
Copy link
Copy Markdown
Contributor

No description provided.

…to newer OpenSSL version

 problem: test is expecting maximum version of 3.2.x but installed version is 3.6.x
solution: pass test for versions between 3.0.x and 3.6.x, inclusive
 problem: zenlog is calling deprecated warn function on Logger object from logger library
solution: configure pytest to ignore these warnings
 problem: some utc datetime apis are deprecated
solution: update to use the latest utc datetime apis
@Jaguar0625 Jaguar0625 requested a review from Wayonb March 30, 2026 19:27
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.87%. Comparing base (9155315) to head (222eb83).
⚠️ Report is 3 commits behind head on dev.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #2058      +/-   ##
==========================================
- Coverage   96.89%   96.87%   -0.02%     
==========================================
  Files         266      261       -5     
  Lines       19253    19119     -134     
  Branches      215      215              
==========================================
- Hits        18655    18522     -133     
+ Misses        592      591       -1     
  Partials        6        6              
Flag Coverage Δ
explorer-rest ?
tools-shoestring 97.06% <100.00%> (ø)

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

Files with missing lines Coverage Δ
...ing/shoestring/internal/ShoestringConfiguration.py 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

🚀 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.

Copy link
Copy Markdown
Contributor

@Wayonb Wayonb left a comment

Choose a reason for hiding this comment

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

👍🏾

@Jaguar0625 Jaguar0625 merged commit 222eb83 into dev Mar 31, 2026
22 checks passed
@Jaguar0625 Jaguar0625 deleted the shoestring/fixes branch March 31, 2026 00:14
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