From 4448e60a8b10b4eb22f280abde129ba6b159111e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 8 Feb 2021 11:16:17 -0500 Subject: [PATCH] tests: run tests faster by not cloning the buildpack each time This is now included in herokuish. --- Makefile | 2 +- tests/apps/python/.buildpacks | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tests/apps/python/.buildpacks diff --git a/Makefile b/Makefile index e8d1febab..417c7fef9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DOKKU_VERSION ?= master DOCKER_IMAGE_LABELER_VERSION ?= 0.2.2 -HEROKUISH_VERSION ?= 0.5.19 +HEROKUISH_VERSION ?= 0.5.25 PLUGN_VERSION ?= 0.6.1 PROCFILE_VERSION ?= 0.11.0 SIGIL_VERSION ?= 0.6.0 diff --git a/tests/apps/python/.buildpacks b/tests/apps/python/.buildpacks deleted file mode 100644 index b86e298c6..000000000 --- a/tests/apps/python/.buildpacks +++ /dev/null @@ -1 +0,0 @@ -https://github.com/dokku/buildpack-null.git