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:
parent
2a2f4386fe
commit
a343c504eb
1 changed files with 0 additions and 3 deletions
|
@ -2902,9 +2902,6 @@ somewhat intelligible.")
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYTHONPATH"
|
|
||||||
(string-append "./build/lib:"
|
|
||||||
(getenv "PYTHONPATH")))
|
|
||||||
(invoke "pytest" "-vv"))))))
|
(invoke "pytest" "-vv"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Reference in a new issue