Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 415580 Details for
Bug 564250
dev-python/django-celery-3.1.16: fails python test suites
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
django-celery-3.1.16.ebuild.patch
django-celery-3.1.16.ebuild.patch (text/plain), 1.29 KB, created by
Sam Jorna (wraeth) (RETIRED)
on 2015-10-27 09:20:46 UTC
(
hide
)
Description:
django-celery-3.1.16.ebuild.patch
Filename:
MIME Type:
Creator:
Sam Jorna (wraeth) (RETIRED)
Created:
2015-10-27 09:20:46 UTC
Size:
1.29 KB
patch
obsolete
>diff --git a/dev-python/django-celery/django-celery-3.1.16.ebuild b/dev-python/django-celery/django-celery-3.1.16.ebuild >index 44b6fe2..0a7d5f2 100644 >--- a/dev-python/django-celery/django-celery-3.1.16.ebuild >+++ b/dev-python/django-celery/django-celery-3.1.16.ebuild >@@ -4,8 +4,9 @@ > > EAPI=5 > PYTHON_COMPAT=( python{2_7,3_3,3_4} ) >+PYTHON_REQ_USE="sqlite(+)" > >-inherit distutils-r1 >+inherit distutils-r1 eutils > > DESCRIPTION="Celery Integration for Django" > HOMEPAGE="http://celeryproject.org/" >@@ -16,9 +17,14 @@ SLOT="0" > KEYWORDS="amd64 x86" > IUSE="doc examples test" > >+# Python testsuite fails when built against dev-python/django-1.8.5 >+# with ValueError: save() prohibited to prevent data loss due to >+# unsaved related object 'interval'. >+ > PY2_USEDEP=$(python_gen_usedep python2_7) > RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}] >- dev-python/django[${PYTHON_USEDEP}] >+ >dev-python/django-1.7[${PYTHON_USEDEP}] >+ <=dev-python/django-1.7.10[${PYTHON_USEDEP}] > dev-python/pytz[${PYTHON_USEDEP}]" > DEPEND="${RDEPEND} > dev-python/setuptools[${PYTHON_USEDEP}] >@@ -37,6 +43,10 @@ PY27_REQUSE="$(python_gen_useflags 'python2.7')" > REQUIRED_USE=" > doc? ( ${PY27_REQUSE} )" > >+src_prepare() { >+ epatch "${FILESDIR}/${P}-py3-test-failures.patch" >+} >+ > python_compile_all() { > use doc && emake -C docs html > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 564250
:
415576
|
415578
| 415580