me
/
guix
Archived
1
0
Fork 0

gnu: python-tblib: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-tblib)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-24 09:41:04 -05:00
parent 048c98b5af
commit d42a0f10e7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 6 deletions

View File

@ -12311,12 +12311,6 @@ module in Python 3.5 and later.")
(modify-phases %standard-phases
(replace 'check
(lambda _
;; Upstream runs tests after installation and the package itself
;; resides in a subdirectory. Extend PYTHONPATH so it will be
;; found.
(setenv "PYTHONPATH"
(string-append (getcwd) "/build/lib:"
(getenv "PYTHONPATH")))
(invoke "py.test" "-vv" "tests" "README.rst"))))))
(native-inputs
`(("python-pytest" ,python-pytest)