tests: Adjust to python.scm split.
This is a followup to 44d10b1f72
.
* tests/profiles.scm ("package->manifest-entry, search paths"): Adjust
module name for PYTHON2-MATPLOTLIB.
This commit is contained in:
parent
85a3d63f4a
commit
2d17a904ac
|
@ -330,7 +330,7 @@
|
||||||
|
|
||||||
(test-assert "package->manifest-entry, search paths"
|
(test-assert "package->manifest-entry, search paths"
|
||||||
;; See <http://bugs.gnu.org/22073>.
|
;; See <http://bugs.gnu.org/22073>.
|
||||||
(let ((mpl (@ (gnu packages python) python2-matplotlib)))
|
(let ((mpl (@ (gnu packages python-xyz) python2-matplotlib)))
|
||||||
(lset= eq?
|
(lset= eq?
|
||||||
(package-transitive-native-search-paths mpl)
|
(package-transitive-native-search-paths mpl)
|
||||||
(manifest-entry-search-paths
|
(manifest-entry-search-paths
|
||||||
|
|
Loading…
Reference in New Issue