me
/
guix
Archived
1
0
Fork 0

gnu: python-moto: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-moto)
[phases]{check}: Do not set PYTHONPATH.
master
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
1 changed files with 0 additions and 2 deletions

View File

@ -10897,8 +10897,6 @@ text.")
#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 \