From 283bf6855054841d85b2029d79caaf17e3778e3e Mon Sep 17 00:00:00 2001 From: nate nowack Date: Fri, 18 Jul 2025 15:19:24 -0500 Subject: [PATCH] Update tests/integration_tests/conftest.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/integration_tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/conftest.py b/tests/integration_tests/conftest.py index f2d1e76ce..2af11340f 100644 --- a/tests/integration_tests/conftest.py +++ b/tests/integration_tests/conftest.py @@ -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)", )