Commit 00f56e9
feat(test): Upgrade pytest to version 9.x
Upgraded pytest from <8.5 to <9.1 to adopt the latest testing framework
features and improvements.
Changes:
- Updated pytest requirement from <8.5 to <9.1
- Updated pytest-asyncio to >=1.3.0 for pytest 9 compatibility
Testing:
- All 31 tests pass successfully
- No pytest-specific deprecation warnings detected
- Verified compatibility with existing test suite including:
- Tornado AsyncHTTPTestCase tests
- pytest-asyncio async tests
- pytest fixtures
The upgrade is safe and backward-compatible with our current test patterns.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 536e7d3 commit 00f56e9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments