gnu: python-validictory: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-validictory) [phases]{check}: Do not set PYTHONPATH.master
parent
3533016ae3
commit
2c890df26a
|
@ -14210,10 +14210,6 @@ is used by PostgreSQL and the OpenSSH Server for example.")
|
||||||
(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)))
|
||||||
|
|
Reference in New Issue