[us-commits] [ehb54/ultrascan3] 18e656: Drop --upgrade from ensurepip call in DOMAN detection
emre brookes
noreply at github.com
Mon Jun 22 20:17:43 MDT 2026
Branch: refs/heads/ehb54-issue-925
Home: https://github.com/ehb54/ultrascan3
Commit: 18e656c09220a8883e1755f461737db76d91c710
https://github.com/ehb54/ultrascan3/commit/18e656c09220a8883e1755f461737db76d91c710
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M makeall.sh
Log Message:
-----------
Drop --upgrade from ensurepip call in DOMAN detection
"ensurepip --upgrade" bootstraps pip from the bundled wheel and then
has pip upgrade itself from PyPI, which fails outright on
network-restricted hosts. Plain "ensurepip" only installs the bundled
wheel (fully offline) and is all that's needed to get a working pip
module before installing doc/manual/source/requirements.txt.
ehb54/ultrascan-tickets#925
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list