guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pytest-7.1: Replace python-toml with


From: guix-commits
Subject: branch master updated: gnu: python-pytest-7.1: Replace python-toml with python-tomli.
Date: Tue, 11 Apr 2023 14:41:04 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c5b659a251 gnu: python-pytest-7.1: Replace python-toml with 
python-tomli.
c5b659a251 is described below

commit c5b659a251b278078a13a70bca7c045ae63c8b2b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 11 14:06:22 2023 -0400

    gnu: python-pytest-7.1: Replace python-toml with python-tomli.
    
    * gnu/packages/check.scm (python-pytest-7.1)
    [propagated-inputs]: Replace python-toml with python-tomli.
---
 gnu/packages/check.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 40c7ae0175..b54ca4f55f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1329,7 +1329,8 @@ and many external plugins.")
                 (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))))
     (propagated-inputs
      (modify-inputs (package-propagated-inputs python-pytest)
-       (replace "python-pluggy" python-pluggy-next)))))
+       (replace "python-pluggy" python-pluggy-next)
+       (replace "python-toml" python-tomli)))))
 
 (define-public python-pytest-bootstrap
   (package



reply via email to

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