View | Details | Raw Unified | Return to bug 246618 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/py-sphinx/Makefile (+4 lines)
Lines 50-55 Link Here
50
50
51
NO_ARCH=	yes
51
NO_ARCH=	yes
52
52
53
.ifdef QEMU_EMULATING
54
EXTRACT_CMD=	${SETENV} LC_ALL=en_US.UTF-8 ${TAR}
55
.endif
56
53
do-test:
57
do-test:
54
	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
58
	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
55
59

Return to bug 246618