diff --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile index e9e5dc18d932..a30938a29e55 100644 --- a/www/py-cookies/Makefile +++ b/www/py-cookies/Makefile @@ -1,24 +1,19 @@ # Created by: Brendan Molloy PORTNAME= cookies PORTVERSION= 2.2.1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Friendlier RFC 6265-compliant cookie parser/renderer LICENSE= MIT -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} - USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v - .include