cool-easter-32542
05/05/2023, 1:01 PMrelocated_files target to place this file in the sandbox directory. This works perfectly, except when we go to generate the coverage report, we get the following error:
IntrinsicError: Can only merge Directories with no duplicates, but found 2 duplicate entries in :
This seems to be the problematic line of code in question, as it attempts to merge the sandboxes of the individual unit tests.
Pants version
2.16.0rc1
OS
Both MacOS and Linux (via Windows WSL).
Additional info
I'm not familiar with what files are generated by the pytest_runner or what files coverage requires, but could a possible solution be only merging the output digests of the pytest_runner process?
pantsbuild/pants