mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ discovery, monitoring and configuration.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYTHONPATH" (string-append "./build/lib:"
|
|
||||||
(getenv "PYTHONPATH")))
|
|
||||||
(invoke "pytest" "-vv"))))))
|
(invoke "pytest" "-vv"))))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue