8000 Fix/GH 63 whombat on python 3.11 by mbsantiago · Pull Request #64 · mbsantiago/whombat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix/GH 63 whombat on python 3.11 #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 31, 2025
Merged

Conversation

mbsantiago
Copy link
Owner

This PR addresses #63 where Whombat fails to start in Python 3.11 due to an ImportError. The issue occurs because itertools.batched is only available in Python 3.12, but Whombat attempts to import it in Python 3.11.

Copy link
codecov bot commented Mar 31, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.

Project coverage is 66.67%. Comparing base (2ed1536) to head (764f696).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
back/src/whombat/api/common/utils.py 85.71% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   66.65%   66.67%   +0.02%     
==========================================
  Files         179      179              
  Lines        8381     8393      +12     
==========================================
+ Hits         5586     5596      +10     
- Misses       2795     2797       +2     

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

@mbsantiago mbsantiago merged commit e77bf3e into main Mar 31, 2025
9 checks passed
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.

1 participant
0