guix-commits
[Top][All Lists]
Advanced

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

01/04: tests: Adjust to python.scm split.


From: guix-commits
Subject: 01/04: tests: Adjust to python.scm split.
Date: Sat, 19 Jan 2019 19:42:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2d17a904aca81ed91c5a33ba15d244bca78ac4b8
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 20 01:39:36 2019 +0100

    tests: Adjust to python.scm split.
    
    This is a followup to 44d10b1f722856ab8e9b942804aa7ef33e2ef739.
    
    * tests/profiles.scm ("package->manifest-entry, search paths"): Adjust
    module name for PYTHON2-MATPLOTLIB.
---
 tests/profiles.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/profiles.scm b/tests/profiles.scm
index 1f9bbd0..8816839 100644
--- a/tests/profiles.scm
+++ b/tests/profiles.scm
@@ -330,7 +330,7 @@
 
 (test-assert "package->manifest-entry, search paths"
   ;; See <http://bugs.gnu.org/22073>.
-  (let ((mpl (@ (gnu packages python) python2-matplotlib)))
+  (let ((mpl (@ (gnu packages python-xyz) python2-matplotlib)))
     (lset= eq?
            (package-transitive-native-search-paths mpl)
            (manifest-entry-search-paths



reply via email to

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