File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -435,8 +435,6 @@ jobs:
435435 run_python="python"
436436 fi
437437 pip install -r utilities/run-test-suites/gsheetsImport/requirements.txt
438- # PyOpenSSL 26.2+ removed OpenSSL.crypto.X509Extension; nmos-testing still uses it for certificate tests.
439- $run_python -m pip install 'pyOpenSSL<26.2'
440438
441439 if [[ "${{ runner.os }}" == "Windows" ]]; then
442440 # 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'
81-
79+
8280 if [[ "${{ runner.os }}" == "Windows" ]]; then
8381 # install certificates
8482 certutil -enterprise -addstore -user root test_data\\BCP00301\\ca\\certs\\ca.cert.pem
Original file line number Diff line number Diff line change 2525
2626expected_disabled_BCP_003_01=0
2727# test_12
28- expected_disabled_IS_04_01=2
28+ expected_disabled_IS_04_01=1
2929expected_disabled_IS_04_03=0
3030expected_disabled_IS_05_01=0
3131expected_disabled_IS_05_02=0
You can’t perform that action at this time.
0 commit comments