Is pytest-dependency suppose to tell me why a test was skipped? I see nothing in the output explaining why. #73
Labels
support
Issue induced by the requester not fully understanding the software rather then by a misbehavior
I see this in my output:
3 passed, 1 skipped, 1 warning in 18.60s
But no reason why a test was skipped. I see in some places there is
SKIP [1] ...
output, but I'm not getting that.Without getting into my specific problem I just want to confirm if there is something I'm missing that turns that output on.
I'm using the latest version and passing pytest
--verbose
.The text was updated successfully, but these errors were encountered: