test(e2e): quarantine uvx arxiv test broken by Python mcp 2.0.0 - #6109
Merged
Conversation
arxiv-mcp-server's unbounded mcp>=1.27.0 now resolves the mcp 2.0.0 major released today and crashes at import, failing the mcp-protocol shard for every PR regardless of its diff. The official reference servers are equally unbounded and equally broken, so no swap-in target exists. Skip with a pointer to #6108 until upstream bounds its dependency or the uvx builder grows constraint support. Refs #6108 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
JAORMX
requested review from
ChrisJBurns,
amirejaz,
aponcedeleonch,
jhrozek,
rdimitrov and
reyortiz3
as code owners
July 28, 2026 14:52
jhrozek
approved these changes
Jul 28, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6109 +/- ##
==========================================
- Coverage 72.43% 72.42% -0.01%
==========================================
Files 734 734
Lines 75871 75871
==========================================
- Hits 54955 54953 -2
- Misses 17025 17028 +3
+ Partials 3891 3890 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the repo-wide
E2E Tests Core (mcp-protocol)failure diagnosed in #6108: Pythonmcp2.0.0 (released today 13:45Z) breaksarxiv-mcp-serverat import via its unboundedmcp>=1.27.0, so every freshuvxbuild crashes and the proxy port refuses connections — deterministically, on every PR.This skips the one affected test with a full rationale comment and a pointer to #6108. Verified there is no safe swap-in target: the official reference servers (
mcp-server-fetch/-time/-git) carry equally unboundedmcp>=constraints and import-crash identically under 2.0.0 (reproduced in clean venvs).Durable options (tracked in #6108, deliberately not decided here):
uv tool install --with/--constraints),mcp<2in the affected packages.Unskip when any of those lands.
Refs #6108
🤖 Generated with Claude Code