~mediagoblin/mediagoblin#3: 
Investigate why some system-site-packages are being re-installed by pip

The Debian Docker build or CI output shows that a number of the packages we install as Debian packages are being re-installed from PyPI later in the build. For example:

  • jsonschema
  • sphinx
  • webtest
  • pytest
  • pytest-xdist
  • alembic
  • kombu

What's the point of using --system-site-packages if this is happening? Investigate why these are being reinstalled.

Status
RESOLVED CLOSED
Submitter
~sturm
Assigned to
No-one
Submitted
2 years ago
Updated
a month ago
Labels
No labels applied.

~sturm REPORTED CLOSED a month ago

This no longer appears to be an issue. For example, "pytest" is being installed from OS package in our Debian 12 build and is not being reinstalled from PyPI.

Register here or Log in to comment, or comment via email.