[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53929] [PATCH] gnu: Add python-onlykey
From: |
Pāladhammika |
Subject: |
[bug#53929] [PATCH] gnu: Add python-onlykey |
Date: |
Sat, 12 Feb 2022 22:02:35 +0000 |
I see. Took the Nix package definition as an example
(https://github.com/NixOS/nixpkgs/blob/7adc9c14ec74b27358a8df9b973087e351425a79/pkgs/tools/security/onlykey-cli/default.nix#L25)
which turned off tests.
All the best,
Pāladhammika
------- Original Message -------
On Saturday, February 12th, 2022 at 5:48 PM, Maxime Devos
<maximedevos@telenet.be> wrote:
> Pāladhammika via Guix-patches via schreef op do 10-02-2022 om 21:30
>
> [+0000]:
>
> > + (arguments '(#:tests? #f)) ;no tests
>
> I see a 'tests' directory, so it appears there actually are tests.
>
> Greetings,
>
> Maxime.