aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-08-24 01:45:54 +0800
committerantoine <antoine@FreeBSD.org>2017-08-24 01:45:54 +0800
commit2ac1a4a370f62acd53cb4e750ceab0cb9edd73ac (patch)
tree33e9e7e050ec90f7381f70c0b3c5d0910cae7507 /devel
parent98f56f677119e1f82f3b1dbd7d5d384a4d875ce6 (diff)
downloadfreebsd-ports-gnome-2ac1a4a370f62acd53cb4e750ceab0cb9edd73ac.tar.gz
freebsd-ports-gnome-2ac1a4a370f62acd53cb4e750ceab0cb9edd73ac.tar.zst
freebsd-ports-gnome-2ac1a4a370f62acd53cb4e750ceab0cb9edd73ac.zip
- Remove nonsense TESTS option
- Mark architecture neutral - Use the framework for regression tests With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pytest-cache/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/py-pytest-cache/Makefile b/devel/py-pytest-cache/Makefile
index ccf61a2859fc..1645d20e997a 100644
--- a/devel/py-pytest-cache/Makefile
+++ b/devel/py-pytest-cache/Makefile
@@ -17,15 +17,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:devel/py-pytest \
${PYTHON_PKGNAMEPREFIX}execnet>=1.2:sysutils/py-execnet
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
-OPTIONS_DEFINE= TESTS
-
-TESTS_DESC= Install test suite requirements
-TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
-
+NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
-
-regression-test: build
- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP}
+TEST_TARGET= test
.include <bsd.port.mk>