Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2026 12:33:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 293521] [new port] devel/py-e3-testsuite: building blocks for software projects to create testsuites
Message-ID:  <bug-293521-7788-584uTREwmL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293521-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293521

--- Comment #6 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to Alastair Hogge from comment #5)

Thank you for the update!  Looks a lot better!

There are some minor issues still open:

 - port needs a maintainer
 - for do-test, how about

TEST_ENV=       PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
                PATH=${STAGEDIR}${PREFIX}/bin/:${PATH}
DO_MAKE_TEST=   ${SETENVI} ${WRK_ENV} ${TEST_ENV} ${PYTHON_CMD} -m
${TEST_TARGET}
TEST_TARGET=    pytest

    instead?

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293521-7788-584uTREwmL>