Skip to content

Commit 28ca0f7

Browse files
committed
Upgrade pip, as the tests now practically depend on pip >= 25.1
1 parent 54b62f9 commit 28ca0f7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ jobs:
417417
env:
418418
CIBW_BUILD: ${{ matrix.spec }}
419419
CIBW_PRERELEASE_PYTHONS: 'True'
420+
# Temporary, until virtualenv has pip >= 25.1 by default
421+
CIBW_DEPENDENCY_VERSIONS: 'latest'
420422
CIBW_TEST_REQUIRES: pytest setuptools
421423
CIBW_TEST_COMMAND: pip install pip --upgrade; cd {project}; PYTHONUNBUFFERED=1 pytest
422424
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.deployment_target || '10.9' }}

testing/cffi0/test_zintegration.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def create_venv(name):
3232
'-m',
3333
'pip',
3434
'install',
35+
'pip',
3536
'setuptools',
3637
'--upgrade'
3738
])

0 commit comments

Comments
 (0)