me
/
guix
Archived
1
0
Fork 0

gnu: python-odfpy: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-odfpy)
[phases]{generate-test-data}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-24 09:53:13 -05:00
parent 11786ee752
commit 0e1cffad12
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 2 deletions

View File

@ -13837,8 +13837,6 @@ discovery, monitoring and configuration.")
(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