Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484408 - dev-python/django-pipeline: plays with python wrapping internals (unnecessarily)
Summary: dev-python/django-pipeline: plays with python wrapping internals (unnecessarily)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 484398
  Show dependency tree
 
Reported: 2013-09-09 21:20 UTC by Michał Górny
Modified: 2013-09-12 10:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-09 21:20:42 UTC
django-admin.py-${EPYTHON} test --settings=tests.settings tests \
                   ^^^^^^^^^^^

Please don't play with internals like this. 'django-admin.py' is a wrapper, and eclass sets up environment properly, so the wrapper will choose correct implementation.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-09-10 05:01:44 UTC
yes master
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-12 10:56:44 UTC
Fixed this issue and cleaned up the ebuild. <django-pipeline-1.3 still needs fixing.