mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Update tests/integration_tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
163db94266
commit
283bf68550
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def pytest_runtest_makereport(item, call):
|
|||
# This prevents catching unrelated BrokenResourceErrors
|
||||
report.outcome = "skipped"
|
||||
report.longrepr = (
|
||||
"/Users/nate/github.com/jlowin/fastmcp/tests/integration_tests/conftest.py",
|
||||
os.path.abspath(__file__),
|
||||
None,
|
||||
"Skipped: Skipping due to GitHub API rate limit (429)",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue