Re: pytest ffi failure with a new port

2021-09-28 Thread Kubilay Kocak
On 29/09/2021 7:38 am, Evgeniy Khramtsov via FreeBSD-ports wrote: Hi. I am trying to get Wayland backend for x11-wm/qtile running, which requires three new dependencies: https://codeberg.org/ei/ports/commits/branch/qtile I want to use tests/ in ports (i.e. x11/py-xkbcommon), so I added: +do-t

pytest ffi failure with a new port

2021-09-28 Thread Evgeniy Khramtsov via FreeBSD-ports
Hi. I am trying to get Wayland backend for x11-wm/qtile running, which requires three new dependencies: https://codeberg.org/ei/ports/commits/branch/qtile I want to use tests/ in ports (i.e. x11/py-xkbcommon), so I added: +do-test: + @cd ${WRKSRC}/tests && ${PYTHON_CMD} -m pytest -v -rs +