Skip to content

Conversation

@tiborsimko
Copy link
Member

Replace pkg_resources with the modern importlib.metadata API to resolve deprecation warnings.

Closes reanahub/reana-commons#502

@tiborsimko tiborsimko self-assigned this Aug 22, 2025
tiborsimko added a commit to tiborsimko/reana-workflow-engine-cwl that referenced this pull request Aug 22, 2025
Replace `pkg_resources` with the modern `importlib.metadata` API to
resolve deprecation warnings.

Closes reanahub/reana-commons#502
@codecov
Copy link

codecov bot commented Aug 22, 2025

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.90%. Comparing base (4b6dbb7) to head (a565875).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
reana_workflow_engine_cwl/main.py 0.00% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #302   +/-   ##
======================================
  Coverage    0.90%   0.90%           
======================================
  Files          10      10           
  Lines         551     551           
======================================
  Hits            5       5           
  Misses        546     546           
Files with missing lines Coverage Δ
reana_workflow_engine_cwl/main.py 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Replace `pkg_resources` with the modern `importlib.metadata` API to
resolve deprecation warnings.

Closes reanahub/reana-commons#502
@tiborsimko tiborsimko changed the title refactor(python): replace deprecated pkg_resources refactor(main): replace deprecated pkg_resources Aug 22, 2025
@tiborsimko tiborsimko merged commit a565875 into reanahub:master Sep 26, 2025
19 checks passed
@tiborsimko tiborsimko deleted the pkg_resources branch September 26, 2025 11:33
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.

UserWarning: pkg_resources is deprecated as an API

2 participants