me
/
guix
Archived
1
0
Fork 0

gnu: python-text-unidecode: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-text-unidecode)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-24 00:38:05 -05:00
parent 2a2f4386fe
commit a343c504eb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -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)))