commit: ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 18:10:22 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 18:10:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb077bc
dev-python/pytest-qt: tests are broken
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-python/pytest-qt/pytest-qt-2.3.0.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
index c78a8782aac..631c78f70ae 100644
--- a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
+++ b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
@@ -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