hundreds-father-404
11/08/2021, 5:46 PMpantsbuild.pants.testutil
as a separate distribution to PyPI from pantsbuild.pants
? I think we can simplify.pantsbuild.pants
to be as small as possible for non-plugin users, but shaving 23kb off of a ~7mb (macOS) or 55mb (linux) dist is irrelevant.enough-analyst-54434
11/08/2021, 5:53 PMhappy-kitchen-89482
11/08/2021, 5:54 PMhundreds-father-404
11/08/2021, 5:55 PMpants_requirement()
pants_requirement(dist="pantsbuild.pants.testutil")
To
pants_requirements()
But it got me thinking, what's the benefit of two dists in the first place?We might want to make that change, but it doesn't seem urgent to make it now?Agreed on not being very urgent
happy-kitchen-89482
11/08/2021, 5:56 PMhundreds-father-404
11/08/2021, 5:58 PM[test]
extra if we were to consolidate. And at that point, it's just a different typing from what we have before
So, status quo does seem to have some reason to still be that way! Thanks