File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,8 +150,11 @@ windows_task:
150150 - ps : New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
151151 - choco install -y --no-progress python3 --version=3.12.10 --params "/NoLockdown"
152152 - choco install -y --no-progress curl
153- - pip install --upgrade certifi
153+ - python -m pip install --upgrade certifi
154154 - python -m pip install -U pip tox tox-uv pipx
155+ configure_certs_script : |
156+ CERT_PATH="$(python -m certifi | tr -d '\r\n')"
157+ echo "SSL_CERT_FILE=$CERT_PATH" >> "$CIRRUS_ENV"
155158 << : *test-template
156159 depends_on : [build, base-test]
157160
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ passenv =
1616 HOME
1717 SETUPTOOLS_*
1818 VALIDATE_PYPROJECT_*
19+ SSL_CERT_FILE
1920dependency_groups = test
2021extras = all
2122commands =
You can’t perform that action at this time.
0 commit comments