Update tests/integration_tests/conftest.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
nate nowack 2025-07-18 15:19:24 -05:00 committed by GitHub
commit 283bf68550
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)",
)