Skip to content

Commit

Permalink
Use pip 19.3 (or later)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 19, 2019
1 parent eaed3a3 commit 3b55d32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed tests/integration/pip-19.3.dev0-py2.py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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 /auditwheel_src/tests/integration/pip-19.3.dev0-py2.py3-none-any.whl']) as img_id:
with tmp_docker_image(PYTHON_IMAGE_ID, ['pip install -U pip']) as img_id:
yield img_id

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

0 comments on commit 3b55d32

Please sign in to comment.