Skip to content

ci(deps): bump actions/setup-python from 6 to 7 - #14

Merged
lulin70 merged 4 commits into
mainfrom
dependabot/github_actions/actions/setup-python-7
Jul 28, 2026
Merged

ci(deps): bump actions/setup-python from 6 to 7#14
lulin70 merged 4 commits into
mainfrom
dependabot/github_actions/actions/setup-python-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-python from 6 to 7.

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-python-7 branch from afa5667 to 5c98fba Compare July 21, 2026 11:42
lulin70 pushed a commit that referenced this pull request Jul 28, 2026
PR #14 CI failed with: "Render took 64.8ms" (> 50ms threshold) in
test_render_with_50_popups_under_50ms. This is a CI runner performance
fluctuation issue, not a code regression.

Root cause: GitHub Actions hosted runners are 5-10x slower than local
environments. Performance tests with tight thresholds (50ms) are
inherently flaky on shared CI infrastructure.

Fix: mark TestPerformance class (2 tests) with @pytest.mark.slow:
- test_1000_add_calls_under_100ms
- test_render_with_50_popups_under_50ms

These tests now run in the Slow Tests job (which has longer timeout
and is expected to be slower) instead of the Unit Tests job.

This follows project_memory lesson: 'CI runner 性能波动: GitHub Actions
hosted runners 比本地慢 5-10x, 性能测试阈值需留 10x 余量或标记 @slow
移出 Unit Tests job'.

Verification:
- pytest tests/unit/test_combat_popup_damage_number.py -m "not slow":
  56 passed, 2 deselected
- ruff check: 0 errors

Files: 1 changed
@lulin70
lulin70 merged commit f679ba5 into main Jul 28, 2026
8 checks passed
@lulin70
lulin70 deleted the dependabot/github_actions/actions/setup-python-7 branch July 28, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant