[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
This commit is contained in:
Lucien Morey
2024-11-14 02:38:17 +11:00
committed by GitHub
parent c7ed37789e
commit 02c94ea7ed

View File

@@ -11,4 +11,4 @@ for f in dist/*.whl; do
done
# Run the test suite
pytest -rP --full-trace
pytest -rP