From a174c7b1683bf83d9c94b320623daa62e63bc890 Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 2 Oct 2014 12:15:16 -0400 Subject: [PATCH] The latest version of django_jenkins no longer requires django_tests --- awx/settings/development.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/settings/development.py b/awx/settings/development.py index f9621fcf07..522a267a91 100644 --- a/awx/settings/development.py +++ b/awx/settings/development.py @@ -35,7 +35,6 @@ if 'django_jenkins' in INSTALLED_APPS: JENKINS_TASKS = ( 'django_jenkins.tasks.run_pylint', 'django_jenkins.tasks.with_coverage', - 'django_jenkins.tasks.django_tests', 'django_jenkins.tasks.run_pep8', 'django_jenkins.tasks.run_pyflakes', 'django_jenkins.tasks.run_jshint',