Add UV Transport (#1270)

Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
This commit is contained in:
William Easton 2025-07-28 14:41:36 -05:00 committed by GitHub
commit 3be8f5ea93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 252 additions and 91 deletions

View file

@ -104,6 +104,7 @@ env = [
]
markers = [
"integration: marks tests as integration tests (deselect with '-m \"not integration\"')",
"client_process: marks tests that spawn client processes via stdio transport. These can create issues when run in the same CI environment as other subprocess-based tests.",
]
# Automatically mark all tests in integration_tests folder
pythonpath = ["."]