Skip to content

Commit 3c193bd

Browse files
committed
update 3.4 warn test
1 parent a7f6249 commit 3c193bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/run-versions

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ testPython3_4_warn() {
5757
compile "python3_4_warn"
5858
assertCaptured "python-3.4.9"
5959
assertCaptured "security update!"
60-
# if cedar 14 and legacy binaries, fail. if cedar 14 and staging, succeed.
61-
if [[ ! -n $USE_STAGING_BINARIES ]] && [[ $STACK == "cedar-14" ]]; then
62-
assertCapturedError
6360
# if heroku 18 and legacy binaries, succeed. if heroku 18 and staging, fail.
64-
elif [[ -n $USE_STAGING_BINARIES ]] && [[ $STACK == "heroku-18" ]]; then
61+
if [[ -n $USE_STAGING_BINARIES ]] && [[ $STACK == "heroku-18" ]]; then
6562
assertCapturedError
6663
else
6764
# all else succeed

0 commit comments

Comments
 (0)