guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54515] [PATCH] gnu: streamlink: Update to 3.2.0.


From: Maxime Devos
Subject: [bug#54515] [PATCH] gnu: streamlink: Update to 3.2.0.
Date: Tue, 22 Mar 2022 08:20:59 +0100
User-agent: Evolution 3.38.3-1

Chadwain Holness schreef op ma 21-03-2022 om 20:49 [-0400]:
> +          (lambda _ (substitute* "tests/utils/test_l10n.py"
> +              (("^import streamlink" all)
> +               (string-append "import pytest\n" all))
> +              (("(\\s*)def 
> (test_equivalent|test_equivalent_remap|test_get_language|test_language_a3_no_a2|test_language_en)\\b"
>  all indent)
> +               (string-append indent "@pytest.mark.skip(\"Skipped by 
> Guix.\")\n" all)))))

What's wrong with the tests?

> +         (replace 'check
> +          (lambda _ (invoke "python" "-m" "pytest"))))))

Try running the linter "./pre-inst-env guix lint streamlink",
it will give a warning.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]