mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-asgiref: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-asgiref) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
6bef08bb81
commit
d529a60090
1 changed files with 0 additions and 3 deletions
|
@ -247,9 +247,6 @@ (define-public python-asgiref
|
|||
'(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv"))))))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)
|
||||
|
|
Loading…
Reference in a new issue