Skip to content

Commit 0b4a2d6

Browse files
authored
Merge branch 'master' into new-pythons
2 parents 9b72199 + 3726d3b commit 0b4a2d6

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
- Python 3.7.5 and 3.8.0 now available on Heroku 18 and 16.
66
- Add support for Python 3.8 branch
77
- Sqlite3 Update:
8-
- Add Tests
9-
- Test for Pysqlite
8+
- Test Improvements
109
- Add support for staging binary testing
1110
--------------------------------------------------------------------------------
1211

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.4.0
1+
python-3.4.9

test/run-versions

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,9 @@ testPython3_4() {
4949

5050
testPython3_4_warn() {
5151
compile "python3_4_warn"
52-
if [[ $STACK = "cedar-14" ]]; then
53-
assertCaptured "python-3.4.0"
54-
assertCaptured "security update!"
55-
assertCapturedSuccess
56-
else
57-
assertCapturedError
58-
fi
52+
assertCaptured "python-3.4.9"
53+
assertCaptured "security update!"
54+
assertCapturedSuccess
5955
}
6056

6157
testPython3_4_fail() {

0 commit comments

Comments
 (0)