File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -429,6 +429,8 @@ jobs:
429429 run_python="python"
430430 fi
431431 pip install -r utilities/run-test-suites/gsheetsImport/requirements.txt
432+ # PyOpenSSL 26.2+ removed OpenSSL.crypto.X509Extension; nmos-testing still uses it for certificate tests.
433+ $run_python -m pip install 'pyOpenSSL<26.2'
432434
433435 if [[ "${{ runner.os }}" == "Windows" ]]; then
434436 # install certificates
Original file line number Diff line number Diff line change 7676 run_python="python"
7777 fi
7878 pip install -r utilities/run-test-suites/gsheetsImport/requirements.txt
79+ # PyOpenSSL 26.2+ removed OpenSSL.crypto.X509Extension; nmos-testing still uses it for certificate tests.
80+ $run_python -m pip install 'pyOpenSSL<26.2'
7981
8082 if [[ "${{ runner.os }}" == "Windows" ]]; then
8183 # install certificates
You can’t perform that action at this time.
0 commit comments