From bc8706ea7d2336b9b4a8abd46541be85247ad1ae Mon Sep 17 00:00:00 2001 From: Bobby Carp Date: Fri, 3 Oct 2025 14:17:27 -0700 Subject: [PATCH] Testing -X faulthandler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a30f06ef07207d..31b4b6a2d952fc 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ COV_ARGS = --cov-report="xml:.artifacts/python.coverage.xml" test-python-ci: @echo "--> Running CI Python tests" - python3 -b -m pytest \ + python3 -X faulthandler -b -m pytest \ tests \ --ignore tests/acceptance \ --ignore tests/apidocs \