Skip to content

Conversation

@titom73
Copy link
Owner

@titom73 titom73 commented Jan 18, 2026

Description

This PR fixes the CI lint failure in run #21009091208 on the main branch.

Problem

The workflow code-testing failed with:

tests/unit/utils/test_merge.py:5:1: F401 'pytest' imported but unused

Solution

  • Remove unused pytest import from tests/unit/utils/test_merge.py
  • No functional changes to the tests themselves
  • All 6 tests in the file continue to pass

Validation

flake8 passes without errors
✅ All tests pass (6/6)
make ci-lint passes with pylint score 9.99/10

Related

  • Fixes CI run: #21009091208
  • Commit: 18a7d09

- Remove unused pytest import that caused flake8 F401 error
- No functional changes to tests
- Fixes CI lint failure in run #21009091208
@github-actions github-actions bot added kind:fix PR type: fix scope:tests Scope: tests labels Jan 18, 2026
@titom73 titom73 changed the title fix(tests): remove unused pytest import in test_merge.py fix: remove unused pytest import in test_merge.py Jan 18, 2026
@github-actions
Copy link
Contributor

✅ Test Coverage Report

Overall Coverage: 85.31%

Metric Value
Total Statements 2720
Covered 2394
Missing 326
Branch Coverage 85.31%

✅ Great job! Coverage meets the 80% target.

@titom73 titom73 merged commit ff0bb7f into main Jan 18, 2026
28 of 29 checks passed
@titom73 titom73 deleted the ci/fix-run-20260118 branch January 18, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:fix PR type: fix scope:tests Scope: tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants