Just started a brand new repo in pants and I am no...
# general
c
Just started a brand new repo in pants and I am not seeing output from pytest? I just see that the test run failed but no info on what actually happened or error message. Any ideas what might cause this?
dynamic_ui = false
seems to fix it
w
which version of pants are you using?
c
2.5.1.rc3
ubuntu 20
w
hm… that’s unexpected. you should definitely get the output in
dynamic_ui=true
… there has been a long running heisenbug here though… does the missing output reproduce if you retry?
c
I had a couple flakes where it would show up, but then it was consistently dropping it.
I have always had this setting on in our other repo so good chance this has never worked for our setup
w
yuck! sorry for the trouble.
c
I tried with
--no-pantsd
and had the same issue (though didn't ensure all pantsd processes were killed)
w
yea, it doesn’t look like the bug is
pantsd
related.
h
@witty-crayon-22786 I have an open ticket about this. I think the issue has "Pytest" in the title
w
yea, linked above
👍 1