flat-zoo-31952
05/19/2023, 7:46 PMpants.toml
to allow pants to find that as an owner during dep resolution. Currently import pytest
in my tests works (because the python backend defines its own pytest version) but it warns that it isn't mapped to an owner when doing dep inference. I can fix this by adding a blanket "pytest" to requirements file somewhere, but that feels weirdflat-zoo-31952
05/19/2023, 7:55 PMpython_requirement(
name="dev",
requirements=["pytest"],
description="Hack to get pytest ownership recognition to work in tests.",
)
refined-addition-53644
05/19/2023, 7:59 PMbroad-processor-92400
05/19/2023, 8:42 PMflat-zoo-31952
05/20/2023, 12:16 AMrequires duplication of versions right nowExactly that is what felt weird
flat-zoo-31952
05/20/2023, 12:16 AMbitter-ability-32190
05/20/2023, 12:33 AM