Skip to content

Commit bb680ee

Browse files
committed
Let users upgrade pip if and when they want
Rationale: pypa/pip#9011
1 parent 0dd8972 commit bb680ee

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

run.py

-12
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@
1212
WSGI_MODULE = os.environ.get('WSGI_MODULE', 'app:app')
1313

1414
os.chdir('/code')
15-
subprocess.run([
16-
'su',
17-
'uwsgi',
18-
'-c',
19-
' '.join((
20-
'pip',
21-
'install',
22-
'--no-cache-dir',
23-
'--upgrade',
24-
'pip',
25-
)),
26-
], check=True)
2715
subprocess.run([
2816
'su',
2917
'uwsgi',

0 commit comments

Comments
 (0)