ARver/utils/pip.conf
arcctgx b19bcd8289 silence pip upgrade notice when building wheels
Change the way pip options are specified: instead of specifying options
in the command line, prepare a pip.conf file that sets them and make it
a global configuration inside container by installing it to /etc/.

Disable checking for pip updates.
2024-01-20 15:18:46 +01:00

6 lines
86 B
Text

[global]
disable-pip-version-check = true
no-cache-dir = true
[wheel]
no-deps = true