Skip to content

Commit a7f6249

Browse files
committed
correct python35 tests
1 parent f1b0f8c commit a7f6249

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

test/fixtures/python3_5/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.5.6
1+
python-3.5.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.5.3
1+
python-3.5.6

test/run-versions

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ testPython3_4_fail() {
7676
}
7777

7878
testPython3_5() {
79-
updateVersion "python3_5" $LATEST_35
8079
compile "python3_5"
8180
assertCaptured $LATEST_35
8281
assertNotCaptured "security update"
@@ -86,13 +85,9 @@ testPython3_5() {
8685

8786
testPython3_5_warn() {
8887
compile "python3_5_warn"
89-
if [[ $STACK == "cedar-14" ]] || [[ -n ${USE_STAGING_BINARIES} ]]; then
90-
assertCaptured "python-3.5.3"
91-
assertCaptured "security update!"
92-
assertCapturedSuccess
93-
else
94-
assertCapturedError
95-
fi
88+
assertCaptured "python-3.5.6"
89+
assertCaptured "security update!"
90+
assertCapturedSuccess
9691
}
9792

9893
testPython3_5_fail() {

0 commit comments

Comments
 (0)