diff --git a/CHANGELOG.md b/CHANGELOG.md index 698cbb0..19c6060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ - Python 3.7.5 and 3.8.0 now available on Heroku 18 and 16. - Add support for Python 3.8 branch - Sqlite3 Update: - - Add Tests - - Test for Pysqlite + - Test Improvements - Add support for staging binary testing -------------------------------------------------------------------------------- diff --git a/test/fixtures/python3_4_warn/runtime.txt b/test/fixtures/python3_4_warn/runtime.txt index fe5dcf7..cc8325f 100644 --- a/test/fixtures/python3_4_warn/runtime.txt +++ b/test/fixtures/python3_4_warn/runtime.txt @@ -1 +1 @@ -python-3.4.0 +python-3.4.9 diff --git a/test/run-versions b/test/run-versions index 15c7e38..2526238 100755 --- a/test/run-versions +++ b/test/run-versions @@ -49,13 +49,9 @@ testPython3_4() { testPython3_4_warn() { compile "python3_4_warn" - if [[ $STACK = "cedar-14" ]]; then - assertCaptured "python-3.4.0" - assertCaptured "security update!" - assertCapturedSuccess - else - assertCapturedError - fi + assertCaptured "python-3.4.9" + assertCaptured "security update!" + assertCapturedSuccess } testPython3_4_fail() {