me
/
guix
Archived
1
0
Fork 0

gnu: python-pytest-isort: Do not set PYTHONPATH.

* gnu/packages/python-check.scm (python-pytest-isort)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-23 23:46:58 -05:00
parent 38c4caf61f
commit 824f32a1a2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -576,9 +576,6 @@ compliance.")
(modify-phases %standard-phases
(replace 'check
(lambda _
(setenv "PYTHONPATH"
(string-append (getcwd) ":"
(getenv "PYTHONPATH")))
(invoke "pytest"))))))
(propagated-inputs
`(("python-isort" ,python-isort)