Download raw body.
add comment to py-test
missed this earlier, ok
re pyflakes/py-python-lsp-server, do you have time to look at that,
or should we backout pyflakes for now?
On 2025/12/07 11:33, Daniel Dickman wrote:
> 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 \
>
add comment to py-test