Skip to content

Commit

Permalink
Use custom pip while waiting for pypa/pip#9077
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 14, 2020
1 parent 961c1cf commit 98454c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def tmp_docker_image(base, commands, setup_env={}):
@pytest.fixture(scope='session')
def docker_python_img():
"""The Python base image with up-to-date pip"""
with tmp_docker_image(PYTHON_IMAGE_ID, ['pip install -U pip']) as img_id:
with tmp_docker_image(PYTHON_IMAGE_ID, ['pip install -U git+https://github.com/mayeut/pip.git@14ff483c9bc578d723ec7578375bfd16551dfd04']) as img_id:
yield img_id

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

0 comments on commit 98454c1

Please sign in to comment.