mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH.
* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
This commit is contained in:
parent
abc9a9b745
commit
5d151c27b3
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ (define-public python-pytest-httpserver
|
|||
(modify-phases %standard-phases
|
||||
(add-before 'check 'fix-library-loading
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH" (string-append (getenv "PYTHONPATH") ":."))))
|
||||
(setenv "GUIX_PYTHONPATH" (string-append (getenv "GUIX_PYTHONPATH") ":."))))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "pytest" "tests" "-vv")
|
||||
|
|
Loading…
Reference in a new issue