mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
skip on rate limit
This commit is contained in:
parent
3543c13ca9
commit
1e473cd0ef
2 changed files with 25 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ GITHUB_REMOTE_MCP_URL = "https://api.githubcopilot.com/mcp/"
|
|||
HEADER_AUTHORIZATION = "Authorization"
|
||||
FASTMCP_GITHUB_TOKEN = os.getenv("FASTMCP_GITHUB_TOKEN")
|
||||
|
||||
|
||||
# Skip tests if no GitHub token is available
|
||||
pytestmark = pytest.mark.xfail(
|
||||
not FASTMCP_GITHUB_TOKEN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue