dev-python/pytest-qt: tests are broken

Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Anthony G. Basile
2018-01-01 13:10:22 -05:00
parent f4c745f13c
commit ddb077bcb8

View File

@@ -35,12 +35,6 @@ python_compile_all() {
use doc && sphinx-build -b html docs _build/html
}
python_test() {
PYTHONPATH="${S}/tests:${BUILD_DIR}/lib" \
PYTEST_PLUGINS=${PN/-/_} \
py.test -v -v -x || die "Tests failed under ${EPYTHON}"
}
python_install_all() {
use doc && HTML_DOCS=( _build/html/. )
distutils-r1_python_install_all