From ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 1 Jan 2018 13:10:22 -0500 Subject: [PATCH] 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 c78a8782aac46..631c78f70aef3 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