guix-patches
[Top][All Lists]
Advanced

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

[bug#45712] [PATCHES] Improve Python package quality


From: Maxim Cournoyer
Subject: [bug#45712] [PATCHES] Improve Python package quality
Date: Mon, 25 Jan 2021 09:48:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi again,

[...]

>>From cf9ae80b59e86a60c27734c8cc27637757490d70 Mon Sep 17 00:00:00 2001
> From: Lars-Dominik Braun <lars@6xq.net>
> Date: Thu, 7 Jan 2021 13:25:56 +0100
> Subject: [PATCH 02/15] gnu: pytest@6: Add missing propagated-input.
>
> * gnu/packages/check.scm (python-pytest-6) [native-inputs]: Remove
> python-iniconfig.
> [propagated-inputs]: Move it here.
> ---
>  gnu/packages/check.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
> index 1300f9e1a6..9d1e0b8173 100644
> --- a/gnu/packages/check.scm
> +++ b/gnu/packages/check.scm
> @@ -964,13 +964,13 @@ and many external plugins.")
>      (propagated-inputs
>       (append (alist-delete "python-py"
>                             (package-propagated-inputs python-pytest))
> -             `(("python-py" ,python-py-next))))
> +             `(("python-py" ,python-py-next)
> +               ("python-iniconfig" ,python-iniconfig))))
>      (native-inputs
>       (append (alist-delete "python-pytest"
>                             (package-native-inputs python-pytest))
>               `(("python-pytest" ,python-pytest-6-bootstrap)
> -               ("python-toml" ,python-toml)
> -               ("python-iniconfig" ,python-iniconfig))))))
> +               ("python-toml" ,python-toml))))))
>  
>  ;; Pytest 4.x are the last versions that support Python 2.
>  (define-public python2-pytest

I hadn't seen this patch but I fixed that problem on core-updates with
be7061cea30b59676fc473d6bd4a56a0f2fbd7cf on the 14 of January.  Note
that python-pytest-6 became just 'python-pytest' there.





reply via email to

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