Hi, Tanguy Le Carrour writes: > * gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2. > [arguments] Explicitly disable tests. > [propagated-inputs]: Add python-crashtest. > --- > gnu/packages/python-xyz.scm | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 9294d3ff31..18bee90121 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -12180,17 +12180,19 @@ more, possibly remote, memcached servers.") […] > + (arguments '(#:tests? #f)) ; no test in the PyPI tarball Could you take a look on a fetching source with ‘git-fetch’ and enabling tests suite? Thanks, Oleg.