Skip to content

chore: [AI-7675] fix test formatting blocking the 0.3.4 release#110

Merged
Sourabhchrs93 merged 1 commit into
mainfrom
fix/ai-7675-test-formatting-release
Jul 22, 2026
Merged

chore: [AI-7675] fix test formatting blocking the 0.3.4 release#110
Sourabhchrs93 merged 1 commit into
mainfrom
fix/ai-7675-test-formatting-release

Conversation

@Sourabhchrs93

Copy link
Copy Markdown
Contributor

Summary

The tag-release run for 0.3.4 (#122) failed at Publish to PyPI: the new test file from #108 wasn't formatted to the repo's black line-length 140, and release.shtoxpre-commit run --all-files gates the publish. The tag was created but 0.3.4 never reached PyPI (latest there is 0.3.3).

Changes

  • black-formats tests/test_vendor/test_run_results_pre_v6.py (formatting only; 36 tests still pass, full pre-commit run --all-files green locally).

Release mechanics

  • The stale, unpublished v0.3.4 tag has been deleted so the workflow can recreate it.
  • This PR carries the version-bump label — merging it re-triggers tag-release, which re-tags v0.3.4 at this merge commit and publishes to PyPI. No version change needed (.bumpversion.cfg is already 0.3.4 on main).

🤖 Generated with Claude Code

`tests/test_vendor/test_run_results_pre_v6.py` (PR #108) was not formatted
to the repo's `black` line-length (140), which fails the `pre-commit` gate
inside `release.sh`/`tox` and blocked the v0.3.4 PyPI publish in the
tag-release workflow. Formatting-only change; tests unchanged semantically
(36 pass).

This PR carries the `version-bump` label so its merge re-triggers
tag-release and publishes 0.3.4 (the previous unpublished v0.3.4 tag is
deleted so the workflow can recreate it at this commit).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@kilo-code-bot

kilo-code-bot Bot commented Jul 22, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • tests/test_vendor/test_run_results_pre_v6.py

Reviewed by glm-5.2 · Input: 11K · Output: 1.7K · Cached: 79.6K

@ichandann ichandann left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting-only fix (black line-length 140) unblocking the 0.3.4 release — build + all checks green.

@Sourabhchrs93
Sourabhchrs93 merged commit acc982f into main Jul 22, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants