diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-24 00:23:33 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-02-01 11:53:52 -0500 |
commit | 4251539b73981fe9e3da2a283349ec42ff126b16 (patch) | |
tree | da89eacd35effecbd5e06fa25b9fce4a9fe90343 | |
parent | d142c15b4f4cf14e0313d7e3a8291fa3f84bae3d (diff) | |
download | guix-4251539b73981fe9e3da2a283349ec42ff126b16.tar.gz guix-4251539b73981fe9e3da2a283349ec42ff126b16.zip |
gnu: python-pathos: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-pathos)
[phases]{check}: Do not set PYTHONPATH.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 07edee7459..80f653080c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20851,8 +20851,6 @@ essential tools are located.") (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" - (string-append (getcwd) ":" (getenv "PYTHONPATH"))) (invoke "python" "./tests/__main__.py")))))) (propagated-inputs `(("python-dill" ,python-dill) |