me
/
guix
Archived
1
0
Fork 0

gnu: python-jsonschema: Do not set PYTHONPATH.

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

View File

@ -2771,8 +2771,6 @@ compare, diff, and patch JSON and JSON-like structures in Python.")
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
(setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH")))
(invoke "trial" "jsonschema"))))))
(native-inputs
`(("python-setuptools_scm" ,python-setuptools-scm)