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
1 changed files with 0 additions and 3 deletions
|
|
@ -703,9 +703,6 @@ content using a variety of algorithms.")
|
||||||
`(#: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"
|
||||||
;; Prevent running the flake8 and black
|
;; Prevent running the flake8 and black
|
||||||
;; pytest plugins, which only tests style
|
;; pytest plugins, which only tests style
|
||||||
|
|
|
||||||
Reference in a new issue