astronomer / astro-cli

CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer
https://www.astronomer.io
Other
355 stars 70 forks source link

Errors not showing when running astro dev pytest #1408

Open erdos2n opened 1 year ago

erdos2n commented 1 year ago

Describe the bug User runs astro dev pytest Pytest fails, but only shows

Error: failed to execute cmd: exit status 2.

Also tried running the following commands

astro dev pytest -a "--verbose"
astro dev pytest --verbosity error
astro dev pytest --verbosity panic
astro dev pytest --verbosity fatal

But was shown the same results

Error: failed to execute cmd: exit status 2.

What CLI Version did you experience this bug? 1.19.1

What Operating System is the above CLI installed on? MacOS

Is there a way to get more error output?

sunkickr commented 1 year ago

could you add the entire error log?