[Python-modules-commits] [django-fsm] 02/06: Remove django-jenkins from test dependencies

Michael Fladischer fladi at moszumanska.debian.org
Fri May 20 08:39:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository django-fsm.

commit 9b23c32f4778e6ae2d836ba3d7d0833a329e9380
Author: Michael Fladischer <fladi at debian.org>
Date:   Fri Oct 16 11:10:35 2015 +0200

    Remove django-jenkins from test dependencies
    
     Upstream uses django-jenkins for test integration but it is optional in just
     running the tests. This patch removes django-jenkins from the test
     settings.py file.
    Last-Update: 2015-06-24
    Forwarded: not-needed
    
    Patch-Name: remove_django_jenkins.patch
---
 tests/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/settings.py b/tests/settings.py
index 4163ff0..1664263 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -1,5 +1,5 @@
 PROJECT_APPS = ('django_fsm', 'testapp',)
-INSTALLED_APPS = ('django.contrib.contenttypes', 'django.contrib.auth', 'guardian', 'django_jenkins') + PROJECT_APPS
+INSTALLED_APPS = ('django.contrib.contenttypes', 'django.contrib.auth', 'guardian') + PROJECT_APPS
 DATABASE_ENGINE = 'sqlite3'
 SECRET_KEY = 'nokey'
 MIDDLEWARE_CLASSES = ()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-fsm.git



More information about the Python-modules-commits mailing list