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:
Maxim Cournoyer 2021-01-24 09:40:13 -05:00
parent 588468c688
commit 048c98b5af
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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