Closed
Description
I'm using Bamboo as my build system.
It can consume the junit style output that pytest can provide.
When pytest executes, it exists with a non-zero status if it finds any violation.
Bamboo interprets this as a build error and stops the build - which prevents the junit xml from being read. Is there a way to let pytest exit zero so that my build system can parse xml and let me know about errors in a pretty way?