From fd3c73dde27d1616a36775ba456a036907a2676b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Tue, 8 Sep 2026 11:06:22 +0200 Subject: [PATCH] MNT Add faulthandler to empirical observation --- continuous_integration/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continuous_integration/run_tests.sh b/continuous_integration/run_tests.sh index bc36f503..97814b8d 100755 --- a/continuous_integration/run_tests.sh +++ b/continuous_integration/run_tests.sh @@ -21,7 +21,7 @@ fi python -m threadpoolctl -i numpy scipy.linalg tests._openmp_test_helper.openmp_helpers_inner # Introspect API scope: -PYTHONPATH=. python tests/empirical_scope_observation.py blas -PYTHONPATH=. python tests/empirical_scope_observation.py openmp +PYTHONPATH=. python -X faulthandler tests/empirical_scope_observation.py blas +PYTHONPATH=. python -X faulthandler tests/empirical_scope_observation.py openmp pytest -vlrxXs -W error -k "$TESTS" --junitxml=test_result.xml --cov=threadpoolctl --cov-report xml