mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pytest-qt: tests are broken
Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user