Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187783 - app-portage/g-pypi needs dev-python/pylint for src_test
Summary: app-portage/g-pypi needs dev-python/pylint for src_test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Rob Cakebread (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-05 07:39 UTC by Andrew Ross (RETIRED)
Modified: 2007-10-01 17:07 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 Andrew Ross (RETIRED) gentoo-dev 2007-08-05 07:39:22 UTC
app-portage/g-pypi-9999 (rev 202) fails during src_test because it is missing a
(conditional on USE=test) DEPEND on dev-python/pylint

======================================================================
ERROR: test module gpylint.checkers in /var/tmp/portage/app-portage/g-pypi-9999/work/g-pypi-9999
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/nose/suite.py", line 51, in run
    self.setUp()
  File "/usr/lib64/python2.4/site-packages/nose/suite.py", line 200, in setUp
    self.module = _import(self.moduleName, [self.path], self.conf)
  File "/usr/lib64/python2.4/site-packages/nose/importer.py", line 101, in _import
    mod = load_module(fqname, fh, filename, desc)
  File "/var/tmp/portage/app-portage/g-pypi-9999/work/g-pypi-9999/gpylint/checkers/__init__.py", line 43, in ?
    from pylint.reporters import diff_string, EmptyReport
ImportError: No module named pylint.reporters
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2007-10-01 17:07:58 UTC
Thanks Andrew, this is fixed in 0.2.0 which has a new ebuild in the 'pythonhead' overlay.