CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/08/26 03:20:35
Modified files:
net/synapse : Makefile
Log message:
net/synapse: add do-test target to run tests via twisted.trial
also add a pre-test target to make sure that the synapse_rust.abi3.so in
build is found. that's a more generic issue in python ports with shared
libs, which could be tackled at the python.port.mk level.
triggered by a diff from Kirill A. Korinsky to use pytest-forked so that
tests consumed less resources, in which case 11 tests failed. but then
i realized upstream uses twisted.trial to run their tests via github
actions, and this way only 3 tests fail.
discussed with renaud allard (MAINTAINER)