cool-easter-32542
06/20/2024, 4:34 AMpython_distribution, specify the entry_points, and install that wheel then everything works fine, but when I use python_tests() to test the code it won't work because when running the tests Pants doesn't seem to expose entry points from the setup.cfg like tox does, or like doing pip install -e .
Is there a way to get this working or is this something that isn't supported at the moment?
pantsbuild/pantscool-easter-32542
06/20/2024, 4:34 AM