diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile index 522dfab1c92b..ad4e172604ac 100644 --- a/dns/py-idna/Makefile +++ b/dns/py-idna/Makefile @@ -13,11 +13,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= python:3.5+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v - .include