Skip to content

Commit ece6ee2

Browse files
committed
Use custom pip while waiting for pypa/pip#9077
1 parent acdb0ce commit ece6ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_manylinux.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def tmp_docker_image(base, commands, setup_env={}):
154154
@pytest.fixture(scope='session')
155155
def docker_python_img():
156156
"""The Python base image with up-to-date pip"""
157-
with tmp_docker_image(PYTHON_IMAGE_ID, ['pip install -U pip']) as img_id:
157+
with tmp_docker_image(PYTHON_IMAGE_ID, ['pip install -U git+https://github.com/mayeut/pip.git@8a32226fc82cb9dd97018ac14f45325944ceebdd']) as img_id:
158158
yield img_id
159159

160160
@pytest.fixture(scope='session', params=MANYLINUX_IMAGES.keys())

0 commit comments

Comments
 (0)