diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/django.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 66f4362890..1a21e17262 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -688,9 +688,6 @@ project aims to bulk update given objects using one query over Django ORM.") (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "coverage" "run" "--source" "contact_form" "runtests.py")))))) (native-inputs |