Skip tests using util on Python 3.15 alpha/beta.#939
Conversation
Temporarily skip tests relying on `util` when running on Python 3.15 alpha/beta versions, as recent layout changes cause a `RuntimeError` during import.
|
The CI error ("gpg: Can't check signature: No public key" in "Upload coverage reports to Codecov") matches reports in: I'll keep an eye on the issue and re-run CI once a fix or workaround is available. |
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #939 +/- ##
==========================================
- Coverage 88.98% 88.93% -0.06%
==========================================
Files 139 139
Lines 13633 13642 +9
==========================================
+ Hits 12132 12133 +1
- Misses 1501 1509 +8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
With the update mentioned in codecov/codecov-action#1956 (comment), it is now possible to upload coverage artifacts and integrate with GitHub while using Given the evolving threat model of supply chain attacks within the open-source ecosystem, it may be necessary to improve the content of this project's workflow files in the future. |
Related to #938.
Temporarily skip tests relying on
utilwhen running on Python 3.15 alpha/beta versions, as recent layout changes cause aRuntimeErrorduring import.