crooked-lawyer-77407
03/15/2023, 3:52 PMpants test depend on the current package? Normally a poetry install would fix this or a pip install . but I'm not sure how to fix the module not found error here as I am unsure how to tell pants that my current module is a dependency of the testscrooked-lawyer-77407
03/15/2023, 3:54 PMpants.toml using:
extra_requirements.add = [
"PACKAGE_NAME>=MIN_VERSION,<MAX_VERSION",
]refined-addition-53644
03/15/2023, 4:03 PMrefined-addition-53644
03/15/2023, 4:04 PM