Hey there, I'm trying to upgrade to pants 1.3.0 an...
# general
b
Hey there, I'm trying to upgrade to pants 1.3.0 and started getting python test failures when trying to read from a configuration file, looks like it's due to pyprep not including the file. When I add the file to the
sources
glob,
pytest
is unable to find the file. What's the best way to go about having my conf file be visible to the tests?