1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: python-jsonschema: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-jsonschema)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer
2021-01-24 00:37:20 -05:00
parent 247667e234
commit 2a2f4386fe
-2
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)