mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: python-flasgger: Do not set PYTHONPATH.
* gnu/packages/python-check.scm (python-flasgger) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
9e906e8d3b
commit
cdbe4a7c70
1 changed files with 0 additions and 3 deletions
|
@ -16501,9 +16501,6 @@ (define-public python-flasgger
|
|||
(substitute* "Makefile"
|
||||
(("flake8 flasgger --ignore=F403")
|
||||
"flake8 flasgger --ignore=E731,F403"))
|
||||
(setenv "PYTHONPATH" (string-append (getcwd)
|
||||
":"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "py.test"))))))
|
||||
(propagated-inputs
|
||||
`(("python-flask" ,python-flask)
|
||||
|
|
Loading…
Reference in a new issue