CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/06/19 07:49:04
Modified files:
lang/python/3 : python.port.mk
Log message:
for MODPY_PYBUILD, install the newly built wheel to a staging dir prior
to running python -m pytest, and add that staging dir to PYTHONPATH.
fixes some cases where "make test" would not work without first running
"make fake" (especially scikit-build, which removes the build files after
creating a wheel).
