gnu: python-jsonpickle: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-jsonpickle) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
65add29c0a
commit
5cc3d512be
@ -703,9 +703,6 @@ content using a variety of algorithms.")
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv"
|
||||
;; Prevent running the flake8 and black
|
||||
;; pytest plugins, which only tests style
|
||||
|
Loading…
Reference in New Issue
Block a user