Skip to content

Commit 3726d3b

Browse files
authored
Merge pull request #887 from heroku/deprecated-pythons-test
Test fixture update
2 parents 39e4e85 + 22e6239 commit 3726d3b

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
@@ -4,8 +4,7 @@
44

55
- Add support for Python 3.8 branch
66
- Sqlite3 Update:
7-
- Add Tests
8-
- Test for Pysqlite
7+
- Test Improvements
98
- Add support for staging binary testing
109
--------------------------------------------------------------------------------
1110

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)