| Summary: | dev-python/pyquery-1.2.1 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
| Component: | New packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Patrick Lauer
2012-05-21 08:03:09 UTC
testuser@archtester ~/improvise/dev-python/testfixtures $ equery d dev-python/beautifulsoup
* These packages depend on dev-python/beautifulsoup:
app-portage/euscan-0.1.1 (dev-python/beautifulsoup)
dev-python/deform-0.9.5 (test ? dev-python/beautifulsoup:4)
dev-python/lxml-2.3.4 (>=dev-python/beautifulsoup-3.0.8)
from BeautifulSoup import \
ImportError: No module named BeautifulSoup
suggests lxml && beautifulsoup weren't installed in Python2.7 I'd have .hought.
Anyway; For the sake of 1 line a patch is an overkill.
DEPEND="${RDEPEND}
dev-python/setuptools
test? ( dev-python/paste )"
yields
archtester pyquery # ebuild pyquery-1.2.1.ebuild clean test
* Testing of dev-python/pyquery-1.2.1 with CPython 2.7...
PYTHONPATH=build-2.7/lib nosetests --verbosity=1
.......................................................................................
----------------------------------------------------------------------
Ran 87 tests in 10.175s
OK
* Testing of dev-python/pyquery-1.2.1 with CPython 3.2...
PYTHONPATH=build-3.2/lib nosetests --verbosity=1
....................................................................................
----------------------------------------------------------------------
Ran 84 tests in 5.002s OK
|