From 3cd00a458ae329f8349e5acc1d959d8ad32522e8 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 9 Mar 2024 23:21:11 +0800 Subject: [PATCH] cad/py-ezdxf: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- cad/py-ezdxf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cad/py-ezdxf/Makefile b/cad/py-ezdxf/Makefile index 29f80370af2e3..11f71b551caea 100644 --- a/cad/py-ezdxf/Makefile +++ b/cad/py-ezdxf/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLA ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= concurrent distutils autoplist +USES= python +USE_PYTHON= concurrent distutils autoplist pytest USE_GITHUB= yes GH_ACCOUNT= mozman