Pierre-Henry Fröhring schreef op zo 06-02-2022 om 15:38 [+0100]: > `(#:tests? #f)' because tests require a live PostegreSQL instance. > --- >  gnu/packages/python-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ >  1 file changed, 36 insertions(+) This needs to be documented ... > +    (arguments > +     '(#:tests? #f)) ... here, as a comment, to aid future readers, and to avoid accidentally teaching people to just disable tests. Greetings, Maxime.