You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran dpkg-query -L python-3.12.1 in one of our images and found those files in the manifest. They are indeed part of the Python package we build and distribute.
Per Python’s documentation, these files are bundled as part of Python for regression tests and should not be utilized in any downstream package as they are subject to change. I assume right now these tests are being utilized for testing the resulting build we compile from source for our Python distributions. If necessary, we could follow-up with that group to check if including those files is necessary.
The text was updated successfully, but these errors were encountered:
I would assume these tests, not just the certificates, can be removed as a whole from the final distribution since I don't see them present in other distributions like the deadsnakes ones for Ubuntu.
bschwedler
changed the title
Remove Test Certificates from packages
Remove test files from packages
Jul 8, 2024
see https://rstudioide.zendesk.com/agent/tickets/107245
We ran
dpkg-query -L python-3.12.1
in one of our images and found those files in the manifest. They are indeed part of the Python package we build and distribute.Per Python’s documentation, these files are bundled as part of Python for regression tests and should not be utilized in any downstream package as they are subject to change. I assume right now these tests are being utilized for testing the resulting build we compile from source for our Python distributions. If necessary, we could follow-up with that group to check if including those files is necessary.
The text was updated successfully, but these errors were encountered: