jgart via Guix-patches via writes: > * gnu/packages/python-xyz.scm (python-funcparserlib): Enable tests. > [origin]: Use GitHub since it includes the tests unlike PyPi. > [build-system]: Use pyproject-build-system. > [arguments]: Run tests. > [native-inputs]: Add python-poetry-core. > --- > gnu/packages/python-xyz.scm | 25 ++++++++++++++++++------- > 1 file changed, 18 insertions(+), 7 deletions(-) Looks good to me, I've pushed to master as f91713e71b6bc1222c8f5b218dede3dc7e670a3c. Chris