me
/
guix
Archived
1
0
Fork 0

gnu: python-jsonpickle: Do not set PYTHONPATH.

* gnu/packages/python-web.scm (python-jsonpickle)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-24 14:19:32 -05:00
parent 65add29c0a
commit 5cc3d512be
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

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