From 7f081f43ed027fcf00a5fe7ab516586c80ed1cec Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 24 Jan 2021 00:30:24 -0500 Subject: gnu: python-colorlog: Do not set PYTHONPATH. * gnu/packages/python-xyz.scm (python-colorlog) [phases]{check}: Do not set PYTHONPATH. --- gnu/packages/python-xyz.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 71809ddc98..a0b0034966 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -334,12 +334,7 @@ implementation for the Telegram Bot API.") `(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - ;; Extend PYTHONPATH so the built package will be found. - (setenv "PYTHONPATH" - (string-append (getcwd) "/build/lib:" - (getenv "PYTHONPATH"))) - (invoke "pytest" "-p" "no:logging") - #t))))) + (invoke "pytest" "-p" "no:logging")))))) (home-page "https://github.com/borntyping/python-colorlog") (synopsis "Log formatting with colors for python") (description "The @code{colorlog.ColoredFormatter} is a formatter for use -- cgit v1.2.3 cm?id=0dd7d75231d66b5c03f27c0f6f3b2f6a73d75185'>treecommitdiff
path: root/etc/kernels-manifest.scm
AgeCommit message (Expand)Author
2023-01-06maint: Add missing modules to the kernel manifest....* etc/kernels-manifest.scm: Add missing modules. Leo Famulari
2022-12-29maint: Add a manifest for everything related to linux-libre....* etc/kernels-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Leo Famulari