mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: python-text-unidecode: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-text-unidecode)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
@@ -2902,9 +2902,6 @@ somewhat intelligible.")
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv"))))))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
|
||||
Reference in New Issue
Block a user