gnu: python-databricks-cli: Do not set PYTHONPATH.

* gnu/packages/python-web.scm (python-databricks-cli)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-24 14:20:16 -05:00
parent 5cc3d512be
commit fe89470780
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1374,9 +1374,6 @@ (define-public python-databricks-cli
`(#:phases (modify-phases %standard-phases
(replace 'check
(lambda _
(setenv "PYTHONPATH"
(string-append "./build/lib:"
(getenv "PYTHONPATH")))
(invoke "pytest" "tests" "-vv"
;; XXX: This fails with newer Pytest
;; (upstream uses Pytest 3..).