mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-python/cchardet: fix tests, works for me
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -15,12 +15,6 @@ LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
#tests fail with an import failure
|
||||
# from cchardet import _cchardet
|
||||
#ImportError: cannot import name '_cchardet'
|
||||
#I tried to manually import _cchardet in ipython3 and it works ...
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/chardet[${PYTHON_USEDEP}]
|
||||
"
|
||||
@@ -40,7 +34,6 @@ distutils_enable_tests nose
|
||||
# default
|
||||
#}
|
||||
|
||||
#python_test() {
|
||||
# distutils_install_for_testing
|
||||
# "${EPYTHON}" setup.py nosetest || die
|
||||
#}
|
||||
python_test() {
|
||||
"${EPYTHON}" setup.py nosetests || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user