-
Notifications
You must be signed in to change notification settings - Fork 5
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
Drop Python 3.7/3.8 support; add Python 3.12 & packaging fixes #149
Conversation
Sibling of LiberTEM/LiberTEM#1607 Also use tox-uv for installing packages in CI
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #149 +/- ##
==========================================
+ Coverage 79.56% 79.75% +0.18%
==========================================
Files 35 35
Lines 3441 3442 +1
Branches 581 581
==========================================
+ Hits 2738 2745 +7
+ Misses 565 560 -5
+ Partials 138 137 -1 ☔ View full report in Codecov by Sentry. |
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
The issue can be reproduced by running Next step would be finding out why this is the case, how that name is generated, if we are at fault or if this is an upstream bug (setuptools?) etc. |
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run libertem.libertem-live-data |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
Don't hardcode bin path inside the tox env (should be on the PATH), also check early if the process died for some reason.
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
Sibling of LiberTEM/LiberTEM#1607
Also use tox-uv for installing packages in CI
Contributor Checklist:
Reviewer Checklist:
/azp run libertem.libertem-live-data
passed