summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-05-21 18:23:22 +0000
committerIan Delaney <idella4@gentoo.org>2013-05-21 18:23:22 +0000
commitaa49ac8bf62d08aae925c4faf7e3d2a2c1b1df86 (patch)
treecc7b38d84ec3bb1c1ca5048b8e310dbe7c6bedce
parentRemove old. (diff)
downloadgentoo-2-aa49ac8bf62d08aae925c4faf7e3d2a2c1b1df86.tar.gz
gentoo-2-aa49ac8bf62d08aae925c4faf7e3d2a2c1b1df86.tar.bz2
gentoo-2-aa49ac8bf62d08aae925c4faf7e3d2a2c1b1df86.zip
issue resolved, test phase re-set
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/django-celery/ChangeLog5
-rw-r--r--dev-python/django-celery/django-celery-3.0.17-r1.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/django-celery/ChangeLog b/dev-python/django-celery/ChangeLog
index 4228e9ea8311..3623b9ea0b38 100644
--- a/dev-python/django-celery/ChangeLog
+++ b/dev-python/django-celery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/django-celery
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.11 2013/05/20 17:27:20 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.12 2013/05/21 18:23:22 idella4 Exp $
+
+ 21 May 2013; Ian Delaney <idella4@gentoo.org> django-celery-3.0.17-r1.ebuild:
+ issue resolved, test phase re-set
20 May 2013; Ian Delaney <idella4@gentoo.org> django-celery-3.0.17-r1.ebuild:
correction to test phase
diff --git a/dev-python/django-celery/django-celery-3.0.17-r1.ebuild b/dev-python/django-celery/django-celery-3.0.17-r1.ebuild
index c82ac119b1b6..dd8ce992880b 100644
--- a/dev-python/django-celery/django-celery-3.0.17-r1.ebuild
+++ b/dev-python/django-celery/django-celery-3.0.17-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.0.17-r1.ebuild,v 1.2 2013/05/20 17:27:20 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.0.17-r1.ebuild,v 1.3 2013/05/21 18:23:22 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -38,10 +38,7 @@ python_compile_all() {
}
python_test() {
- # https://github.com/celery/django-celery/issues/249
- export SECRET_KEY='green'
- python -c "from django.conf import global_settings;global_settings.SECRET_KEY='$SECRET_KEY'" \
- tests/manage.py test
+ python tests/manage.py test
}
python_install_all() {