Skip to content

Conversation

@Lee-W
Copy link
Member

@Lee-W Lee-W commented Jan 5, 2026

Description

Upgrade the min pytest version to 9 so that we can use native toml configuration (use [tool.pytest] instead of [tool.pytest.ini_options])

Checklist

Code Changes

  • [ ] Add test cases to all the changes you introduce
  • Run uv run poe all locally to ensure this change passes linter check and tests
  • Manually test the changes:
    • Verify the feature/bug fix works as expected in real-world scenarios
    • Test edge cases and error conditions
    • [ ] Ensure backward compatibility is maintained
    • [ ] Document any manual testing steps performed
  • [ ] Update the documentation for the changes

Documentation Changes

  • [ ] Run uv run poe doc locally to ensure the documentation pages renders correctly
  • [ ] Check and fix any broken links (internal or external) in the documentation

When running uv run poe doc, any broken internal documentation links will be reported in the console output like this:

INFO    -  Doc file 'config.md' contains a link 'commands/bump.md#-post_bump_hooks', but the doc 'commands/bump.md' does not contain an anchor '#-post_bump_hooks'.

Expected Behavior

uv run poe test runs fine

Steps to Test This Pull Request

  1. uv run poe test

Additional Context

@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.88%. Comparing base (7327ae1) to head (462dc82).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1769   +/-   ##
=======================================
  Coverage   97.88%   97.88%           
=======================================
  Files          60       60           
  Lines        2606     2606           
=======================================
  Hits         2551     2551           
  Misses         55       55           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Lee-W Lee-W merged commit 1d89195 into master Jan 6, 2026
19 checks passed
@Lee-W Lee-W deleted the upgrade-pytest-to-9 branch January 6, 2026 02:08
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.

4 participants