Skip to content

Commit 0f55ce3

Browse files
Roll back some NMOS Testing tool mitigations
1 parent 3aa3617 commit 0f55ce3

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/src/amwa-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@
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

Sandbox/run_nmos_testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd -
2525

2626
expected_disabled_BCP_003_01=0
2727
# test_12
28-
expected_disabled_IS_04_01=2
28+
expected_disabled_IS_04_01=1
2929
expected_disabled_IS_04_03=0
3030
expected_disabled_IS_05_01=0
3131
expected_disabled_IS_05_02=0

0 commit comments

Comments
 (0)