(I need to verify this, but I'm pretty sure this is true)
Packages with .pth files don't have them dropped into the site-packages root when venv_site_packages=yes is enabled. This prevents packages from installing their startup hooks.
If this is working (pretty sure it isn't), we should at least add a test for this. I'm very sure we don't have a test for it.
(I need to verify this, but I'm pretty sure this is true)
Packages with .pth files don't have them dropped into the site-packages root when venv_site_packages=yes is enabled. This prevents packages from installing their startup hooks.
If this is working (pretty sure it isn't), we should at least add a test for this. I'm very sure we don't have a test for it.