diff --git a/test/fixtures/python3_5/runtime.txt b/test/fixtures/python3_5/runtime.txt index e6391f4..df4118a 100644 --- a/test/fixtures/python3_5/runtime.txt +++ b/test/fixtures/python3_5/runtime.txt @@ -1 +1 @@ -python-3.5.6 +python-3.5.7 diff --git a/test/fixtures/python3_5_warn/runtime.txt b/test/fixtures/python3_5_warn/runtime.txt index 5486d7a..e6391f4 100644 --- a/test/fixtures/python3_5_warn/runtime.txt +++ b/test/fixtures/python3_5_warn/runtime.txt @@ -1 +1 @@ -python-3.5.3 +python-3.5.6 diff --git a/test/run-versions b/test/run-versions index 6a5f67a..8ad9d1c 100755 --- a/test/run-versions +++ b/test/run-versions @@ -76,7 +76,6 @@ testPython3_4_fail() { } testPython3_5() { - updateVersion "python3_5" $LATEST_35 compile "python3_5" assertCaptured $LATEST_35 assertNotCaptured "security update" @@ -86,13 +85,9 @@ testPython3_5() { testPython3_5_warn() { compile "python3_5_warn" - if [[ $STACK == "cedar-14" ]] || [[ -n ${USE_STAGING_BINARIES} ]]; then - assertCaptured "python-3.5.3" - assertCaptured "security update!" - assertCapturedSuccess - else - assertCapturedError - fi + assertCaptured "python-3.5.6" + assertCaptured "security update!" + assertCapturedSuccess } testPython3_5_fail() {