Skip to content

Skip tests using util on Python 3.15 alpha/beta.#939

Merged
junkmd merged 2 commits into
enthought:mainfrom
junkmd:skip_util_tests_315ab
Jun 14, 2026
Merged

Skip tests using util on Python 3.15 alpha/beta.#939
junkmd merged 2 commits into
enthought:mainfrom
junkmd:skip_util_tests_315ab

Conversation

@junkmd

@junkmd junkmd commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

Related to #938.

Temporarily skip tests relying on util when running on Python 3.15 alpha/beta versions, as recent layout changes cause a RuntimeError during import.

junkmd added 2 commits June 7, 2026 13:36
Temporarily skip tests relying on `util` when running on Python 3.15 alpha/beta
versions, as recent layout changes cause a `RuntimeError` during import.
@junkmd junkmd added this to the 1.4.17 milestone Jun 7, 2026
@junkmd

junkmd commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator Author

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-commenter

codecov-commenter commented Jun 14, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 40.00000% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.93%. Comparing base (8fec088) to head (f1b2802).

Files with missing lines Patch % Lines
comtypes/test/test_util.py 40.00% 6 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
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.
📢 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.

@junkmd

junkmd commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator Author

With the update mentioned in codecov/codecov-action#1956 (comment), it is now possible to upload coverage artifacts and integrate with GitHub while using codecov-action@v5.

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.
However, I believe this would be addressed in a separate issue scope rather than all at once in this PR.

@junkmd junkmd merged commit 39cc301 into enthought:main Jun 14, 2026
100 of 148 checks passed
@junkmd junkmd deleted the skip_util_tests_315ab branch June 14, 2026 01:08
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