This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new ae4ecb0f52d Restore `short` traceback for pytest failures (#51001)
ae4ecb0f52d is described below

commit ae4ecb0f52d9813f7e84ba89caaee595e8cce9a1
Author: Kaxil Naik <kaxiln...@apache.org>
AuthorDate: Fri May 23 18:14:47 2025 +0530

    Restore `short` traceback for pytest failures (#51001)
    
    I changed it to `no` as I had to change 100s of tests when porting over 
task.test & ti.run
    
    (cherry picked from commit 341ab096c6402853bea0b2b20465522a2ae654d9)
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 56e5b180ac6..31128be02d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -841,7 +841,7 @@ fixture-parentheses = false
 ## pytest settings ##
 [tool.pytest.ini_options]
 addopts = [
-    "--tb=no",
+    "--tb=short",
     "-rasl",
     "--verbosity=2",
     # Disable `flaky` plugin for pytest. This plugin conflicts with 
`rerunfailures` because provide the same marker.

Reply via email to