mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-validictory: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-validictory) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
3533016ae3
commit
2c890df26a
1 changed files with 0 additions and 4 deletions
|
@ -14210,10 +14210,6 @@ (define-public python-validictory
|
||||||
(delete-file "tests/__init__.py")))
|
(delete-file "tests/__init__.py")))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Extend PYTHONPATH so the built package will be found.
|
|
||||||
(setenv "PYTHONPATH"
|
|
||||||
(string-append (getcwd) "/build/lib:"
|
|
||||||
(getenv "PYTHONPATH")))
|
|
||||||
(invoke "py.test" "-vv" ))))))
|
(invoke "py.test" "-vv" ))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Loading…
Reference in a new issue