[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/46: gnu: python-django-rq: Fix test suite.
From: |
guix-commits |
Subject: |
36/46: gnu: python-django-rq: Fix test suite. |
Date: |
Tue, 21 Jul 2020 08:49:45 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 1c24d6d6629ec3096b8bd64176b5e063b2692fdb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 13:53:42 2020 +0300
gnu: python-django-rq: Fix test suite.
* gnu/packages/django.scm (python-django-rq)[arguments]: Adjust custom
'check phase.
---
gnu/packages/django.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 926d6d6..7c89757 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -874,7 +874,7 @@ support, and optional data-URI image and font embedding.")
(invoke "redis-server" "--daemonize" "yes")
(invoke "django-admin.py" "test" "django_rq"
"--settings=django_rq.tests.settings"
- "--pythonpath="))))))
+ "--pythonpath=."))))))
(native-inputs
`(("python-mock" ,python-mock)
("redis" ,redis)))
- 25/46: gnu: Add python-rjsmin., (continued)
- 25/46: gnu: Add python-rjsmin., guix-commits, 2020/07/21
- 27/46: gnu: Add python-robot-detection., guix-commits, 2020/07/21
- 04/46: gnu: Add python-dkimpy., guix-commits, 2020/07/21
- 05/46: gnu: Add python-pytest-services., guix-commits, 2020/07/21
- 10/46: gnu: Add python-geographiclib., guix-commits, 2020/07/21
- 09/46: gnu: Add python-blessed., guix-commits, 2020/07/21
- 20/46: gnu: Add python-flufl-lock., guix-commits, 2020/07/21
- 21/46: gnu: Add python-flufl-i18n., guix-commits, 2020/07/21
- 14/46: gnu: Add python-zope-deferredimport., guix-commits, 2020/07/21
- 19/46: gnu: Add python-lazr-config., guix-commits, 2020/07/21
- 36/46: gnu: python-django-rq: Fix test suite.,
guix-commits <=
- 39/46: gnu: Add python-django-sekizai., guix-commits, 2020/07/21
- 08/46: gnu: Add python-jinxed., guix-commits, 2020/07/21
- 32/46: gnu: Add python-django-q., guix-commits, 2020/07/21
- 33/46: gnu: Add python-django-haystack., guix-commits, 2020/07/21
- 34/46: gnu: Add python-django-classy-tags., guix-commits, 2020/07/21
- 13/46: gnu: Add python-zope-hookable., guix-commits, 2020/07/21
- 15/46: gnu: python-zope-component: Update to 4.6.2., guix-commits, 2020/07/21
- 17/46: gnu: Add python-authheaders., guix-commits, 2020/07/21
- 23/46: gnu: Add python-flufl-testing., guix-commits, 2020/07/21
- 24/46: gnu: Add python-aiosmtpd., guix-commits, 2020/07/21