From f55206ebae241e939d8c8f0069bf54f7d191793d Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 1 Jan 2021 17:09:08 +0000 Subject: [PATCH] textproc/kiss-templates: remove TEST option which depends on Python 2.7 PR: 249780 Submitted by: swills --- textproc/kiss-templates/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/textproc/kiss-templates/Makefile b/textproc/kiss-templates/Makefile index 28ceb15927c8..9d50a4487143 100644 --- a/textproc/kiss-templates/Makefile +++ b/textproc/kiss-templates/Makefile @@ -24,11 +24,4 @@ PLIST_FILES= bin/kiste2cpp \ include/kiste/serializer_builder.h \ include/kiste/terminal.h -OPTIONS_DEFINE= TEST -TEST_DESC= Build with unit tests -TEST_BUILD_DEPENDS= boost-libs>=1.55:devel/boost-libs -TEST_USES= python:2.7,build,test shebangfix -TEST_TEST_TARGET= test -SHEBANG_FILES= tests/comparison-based/generate.py tests/differ.py - .include