From 9827065ab7121f15848204e37bf953f53af43a89 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 19 Oct 2012 22:29:13 +0100 Subject: [PATCH] Fix testing deps, remove debug line from settings --- django_ett/django_ett/settings/test.py | 3 --- requirements-testing.txt | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/django_ett/django_ett/settings/test.py b/django_ett/django_ett/settings/test.py index ec3ea37..69a29f4 100644 --- a/django_ett/django_ett/settings/test.py +++ b/django_ett/django_ett/settings/test.py @@ -15,6 +15,3 @@ JENKINS_TASKS = ( 'django_jenkins.tasks.run_pep8', 'django_jenkins.tasks.run_pyflakes', ) - - -print INSTALLED_APPS \ No newline at end of file diff --git a/requirements-testing.txt b/requirements-testing.txt index efdb186..0888445 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,4 +1,4 @@ -logilab-common>=0.58.2 -django-jenkins +http://download.logilab.org/pub/common/logilab-common-0.58.2.tar.gz +-e git+git://github.com/kmmbvnr/django-jenkins.git#egg=django-jenkins pyflakes pep8