mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ comes with a SOCKS proxy client.")
|
|||
'(#: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…
Add table
Add a link
Reference in a new issue