guix-commits
[Top][All Lists]
Advanced

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

branch wip-pandas-upgrade updated: gnu: python-deeptools: Replace python


From: guix-commits
Subject: branch wip-pandas-upgrade updated: gnu: python-deeptools: Replace python-nose with python-pytest.
Date: Sun, 21 Apr 2024 09:58:29 -0400

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

rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.

The following commit(s) were added to refs/heads/wip-pandas-upgrade by this 
push:
     new 4b982f8880 gnu: python-deeptools: Replace python-nose with 
python-pytest.
4b982f8880 is described below

commit 4b982f888063eb10ab0ad1aa1976ad053fba1a43
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Apr 21 15:57:38 2024 +0200

    gnu: python-deeptools: Replace python-nose with python-pytest.
    
    * gnu/packages/bioinformatics.scm (python-deeptools)[native-inputs]: Replace
    python-nose with python-pytest.
    
    Change-Id: Icba4ed3a464bfa36616aabe2cbbb26bfabec40aa
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1bc451715c..7cc193d4b8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4696,7 +4696,7 @@ interval trees with associated meta-data.  It is 
primarily used by the
                 (("version='plotCoverage")
                  "version='%(prog)s")))))))
     (native-inputs
-     (list python-mock python-nose))
+     (list python-mock python-pytest))
     (propagated-inputs
      (list python-matplotlib
            python-numpy



reply via email to

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