gnu: python-webassets: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-webassets) [phases]: Delete trailing #t. {check}: Do not set PYTHONPATH.
This commit is contained in:
parent
c30a3ca749
commit
7b1832dffd
1 changed files with 1 additions and 5 deletions
|
@ -3645,13 +3645,9 @@ (define-public python-webassets
|
|||
(lambda _
|
||||
;; This test requires 'postcss' and 'babel' which are
|
||||
;; not yet available in Guix.
|
||||
(delete-file "tests/test_filters.py")
|
||||
#t))
|
||||
(delete-file "tests/test_filters.py")))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv"))))))
|
||||
(native-inputs
|
||||
`(("python-jinja2" ,python-jinja2)
|
||||
|
|
Loading…
Reference in a new issue