mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-moto: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-moto) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
588468c688
commit
048c98b5af
1 changed files with 0 additions and 2 deletions
|
@ -10897,8 +10897,6 @@ (define-public python-moto
|
|||
#t))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH" (string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv" "-m" "not network"
|
||||
;; These tests require Docker.
|
||||
"-k" "not test_terminate_job \
|
||||
|
|
Loading…
Reference in a new issue