From 02c94ea7edcde4d2d1ec1301c600c98d5fef1099 Mon Sep 17 00:00:00 2001 From: Lucien Morey Date: Thu, 14 Nov 2024 02:38:17 +1100 Subject: [PATCH] [photonlibpy] stop getting full stack trace on test failure (#1568) Signal/noise ratio is too low with this enabled. When dealing with #1567 I got ~46000 lines of errors going around in a circle rather than just an import failure at the scope of each failed test --- photon-lib/py/buildAndTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-lib/py/buildAndTest.sh b/photon-lib/py/buildAndTest.sh index 25c334bd8..0916b4132 100755 --- a/photon-lib/py/buildAndTest.sh +++ b/photon-lib/py/buildAndTest.sh @@ -11,4 +11,4 @@ for f in dist/*.whl; do done # Run the test suite -pytest -rP --full-trace +pytest -rP