Looks like I have an issue with the pants/pytest i...
# general
r
Looks like I have an issue with the pants/pytest integration, when a mark defined at the module level causes all tests in the module to be excluded... results in exit code 5 which pants treats as a failed test
There was this issue discussing it https://github.com/pantsbuild/pants/issues/12179 but not sure the solution there works for me
h
r
ok, I'll see what the solution there is
h
Possibly we should treat exit code 5 as not an error?
Although that seems a little arbitrary