mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-django-sortedm2m: Do not alter PYTHONPATH.
* gnu/packages/django.scm (python-django-sortedm2m) [phases]{check}: Do not alter PYTHONPATH. Remove trailing #t.
This commit is contained in:
parent
de66b6fedb
commit
283d5ac97f
1 changed files with 2 additions and 4 deletions
|
@ -875,10 +875,8 @@ using Python multiprocessing.")
|
|||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH" (string-append "./test_project:"
|
||||
"./build/lib:.:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "django-admin.py" "test" "--settings=settings"))))))
|
||||
(invoke "python" "django-admin.py"
|
||||
"test" "--settings=settings"))))))
|
||||
(native-inputs
|
||||
`(("python-django" ,python-django)))
|
||||
(home-page "https://github.com/jazzband/django-sortedm2m")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue