Skip to content

Commit 0bfe6ac

Browse files
committed
[#3350] upgrade pip in hammer for rhel
Fixes this on RHEL 8: You are using pip version 9.0.3, however version 24.0 is available.
1 parent 51d17f4 commit 0bfe6ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hammer.py

+2
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,8 @@ def link_pg_config():
17631763
# kea-packaging points Kea to the venv using --with-sphinx.
17641764
execute('python3 -m venv ~/venv',
17651765
env=env, timeout=60, check_times=check_times)
1766+
execute('~/venv/bin/pip install --upgrade pip',
1767+
env=env, timeout=120, check_times=check_times)
17661768
execute('~/venv/bin/pip install sphinx sphinx-rtd-theme',
17671769
env=env, timeout=120, check_times=check_times)
17681770

0 commit comments

Comments
 (0)