Skip to content

Commit 00f56e9

Browse files
Tim020claude
andcommitted
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

File tree

server/test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest<8.5
2-
pytest-asyncio
1+
pytest<9.1
2+
pytest-asyncio>=1.3.0
33
pylint==3.3.9
44
black==25.11.0
55
isort==5.13.2

0 commit comments

Comments
 (0)