gnu: python-odfpy: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-odfpy) [phases]{generate-test-data}: Do not set PYTHONPATH.
This commit is contained in:
parent
11786ee752
commit
0e1cffad12
1 changed files with 0 additions and 2 deletions
|
@ -13837,8 +13837,6 @@ (define-public python-odfpy
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH" (string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv"))))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue