gnu: python-django-rq: Fix test suite.
* gnu/packages/django.scm (python-django-rq)[arguments]: Adjust custom 'check phase.
This commit is contained in:
		
							parent
							
								
									5b1a9e0759
								
							
						
					
					
						commit
						1c24d6d662
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -874,7 +874,7 @@ support, and optional data-URI image and font embedding.")
 | 
				
			||||||
             (invoke "redis-server" "--daemonize" "yes")
 | 
					             (invoke "redis-server" "--daemonize" "yes")
 | 
				
			||||||
             (invoke "django-admin.py" "test" "django_rq"
 | 
					             (invoke "django-admin.py" "test" "django_rq"
 | 
				
			||||||
                     "--settings=django_rq.tests.settings"
 | 
					                     "--settings=django_rq.tests.settings"
 | 
				
			||||||
                     "--pythonpath="))))))
 | 
					                     "--pythonpath=."))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-mock" ,python-mock)
 | 
					     `(("python-mock" ,python-mock)
 | 
				
			||||||
       ("redis" ,redis)))
 | 
					       ("redis" ,redis)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue