X Tutup
Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Follow-up for ruff target-version upgrade#13696

Merged
bentsku merged 1 commit intomainfrom
ruff-312-cli-fix
Feb 4, 2026
Merged

Follow-up for ruff target-version upgrade#13696
bentsku merged 1 commit intomainfrom
ruff-312-cli-fix

Conversation

@giograno
Copy link
Member

@giograno giograno commented Feb 4, 2026

Motivation

With #13688 we upgraded the target version of ruff to Python 3.13.
Therefore, we upgraded some Generic syntax. Unfortunately, localstack.aws.connect is imported from the bootstrap module in Pro. This led to failures in the CLI tests.

Changes

  • Revert 3.12 generic syntax for localstack.aws.connect.

Tests

Related

@giograno giograno self-assigned this Feb 4, 2026
@giograno giograno added the semver: patch Non-breaking changes which can be included in patch releases label Feb 4, 2026
@giograno giograno added review: merge when ready Signals to the reviewer that a PR can be merged if accepted docs: skip Pull request does not require documentation changes notes: skip Pull request does not have to be mentioned in the release notes labels Feb 4, 2026
@giograno giograno removed request for k-a-il and thrau February 4, 2026 10:27
Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

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

Thanks for jumping on this so fast! It really is annoying how brittle this is currently, but this will soon be fixed with @silv-io finally extracting the CLI to its own repo! 🤩

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

S3 Image Test Results (AMD64 / ARM64)

    2 files  ±0      2 suites  ±0   8m 7s ⏱️ ±0s
  559 tests ±0    507 ✅ ±0   52 💤 ±0  0 ❌ ±0 
1 118 runs  ±0  1 014 ✅ ±0  104 💤 ±0  0 ❌ ±0 

Results for commit 1ced20d. ± Comparison against base commit 26619a9.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Test Results - Preflight, Unit

23 114 tests  ±0   21 255 ✅ ±0   6m 9s ⏱️ -4s
     1 suites ±0    1 859 💤 ±0 
     1 files   ±0        0 ❌ ±0 

Results for commit 1ced20d. ± Comparison against base commit 26619a9.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Test Results (amd64) - Acceptance

7 tests  ±0   5 ✅ ±0   3m 4s ⏱️ +4s
1 suites ±0   2 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 1ced20d. ± Comparison against base commit 26619a9.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Test Results (amd64) - Integration, Bootstrap

    5 files      5 suites   2h 37m 38s ⏱️
5 610 tests 5 049 ✅ 561 💤 0 ❌
5 616 runs  5 049 ✅ 567 💤 0 ❌

Results for commit 1ced20d.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   2h 0m 40s ⏱️ + 1m 7s
5 189 tests ±0  4 798 ✅ ±0  391 💤 ±0  0 ❌ ±0 
5 191 runs  ±0  4 798 ✅ ±0  393 💤 ±0  0 ❌ ±0 

Results for commit 1ced20d. ± Comparison against base commit 26619a9.

@bentsku bentsku merged commit 7c60109 into main Feb 4, 2026
66 checks passed
@bentsku bentsku deleted the ruff-312-cli-fix branch February 4, 2026 11:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

docs: skip Pull request does not require documentation changes notes: skip Pull request does not have to be mentioned in the release notes review: merge when ready Signals to the reviewer that a PR can be merged if accepted semver: patch Non-breaking changes which can be included in patch releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup