mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pymediainfo: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-pymediainfo) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
7f081f43ed
commit
2cbad73e06
1 changed files with 1 additions and 6 deletions
|
@ -497,13 +497,8 @@ simple function calls.")
|
||||||
#t))
|
#t))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Extend PYTHONPATH so the built package will be found.
|
|
||||||
(setenv "PYTHONPATH"
|
|
||||||
(string-append (getcwd) "/build/lib:"
|
|
||||||
(getenv "PYTHONPATH")))
|
|
||||||
;; Skip the only failing test "test_parse_url"
|
;; Skip the only failing test "test_parse_url"
|
||||||
(invoke "pytest" "-vv" "-k" "not test_parse_url")
|
(invoke "pytest" "-vv" "-k" "not test_parse_url"))))))
|
||||||
#t)))))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/sbraz/pymediainfo")
|
"https://github.com/sbraz/pymediainfo")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue