dev-python/astroid: Update tests

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-04 07:58:06 +01:00
parent ece285f34b
commit 5a8104ed20

View File

@@ -38,7 +38,5 @@ DEPEND="
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
pushd build/lib > /dev/null || die
PYTHONPATH=. pytest --verbose || die "Tests fail with ${EPYTHON}"
popd > /dev/null || die
${EPYTHON} -m unittest discover -p "unittest*.py" --verbose || die
}