[Python-modules-commits] [django-fsm] 01/10: Remove django-jenkins from test dependencies
Michael Fladischer
fladi at moszumanska.debian.org
Fri Oct 16 09:55:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-fsm.
commit 996e6d42afa20778e7ce62f63dc56e56a880b429
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 | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/tests/settings.py b/tests/settings.py
index 4363d79..ce14802 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', 'django_jenkins',) + PROJECT_APPS
+INSTALLED_APPS = ('django.contrib.contenttypes', 'django.contrib.auth') + PROJECT_APPS
DATABASE_ENGINE = 'sqlite3'
SECRET_KEY = 'nokey'
MIDDLEWARE_CLASSES = ()
@@ -8,8 +8,3 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3',
}
}
-
-JENKINS_TASKS = (
- 'django_jenkins.tasks.run_pep8',
- 'django_jenkins.tasks.run_pyflakes'
-)
--
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