From: Daniel Dickman Subject: add comment to py-test To: ports@openbsd.org Date: Sun, 7 Dec 2025 11:33:35 -0500 If devel/py-fixtures is installed, then I'm unable to run tests with py-test due to py-tests picking up the py-fixtures files. Add a comment about this to the port. Note that this is on Python 3.14. I haven't tested if the issue is also there with Python 3.13, but assume it would still be an issue. ok? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-test/Makefile,v diff -u -p -u -r1.58 Makefile --- Makefile 19 Sep 2025 18:23:09 -0000 1.58 +++ Makefile 7 Dec 2025 16:30:56 -0000 @@ -29,6 +29,7 @@ RUN_DEPENDS= textproc/py-iniconfig \ textproc/py-pygments # tests run, but there are quite a lot of failures +# XXX: fails to run if devel/py-fixtures is installed TEST_DEPENDS= ${FULLPKGNAME}:${FULLPKGPATH} \ devel/py-argcomplete \ devel/py-attrs \