Issue with the V2 source root work. Now Pytest wil...
# development
h
Issue with the V2 source root work. Now Pytest will output the relative file names, rather than the full. For example, instead of
Copy code
=========================== 1 passed in SOME_TEXT ===========================


testprojects/tests/python/pants/dummies:target_with_thirdparty_dep              .....   SUCCESS
we get
Copy code
=========================== 1 passed in SOME_TEXT ===========================


python/pants/dummies:target_with_thirdparty_dep                      .....   SUCCESS
w
yea, this is a thing that there is explicit code for in v1: a pytest conf file, i think
👍 1