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.