From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B255138206 for ; Mon, 1 Jan 2018 18:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BF0FE0823; Mon, 1 Jan 2018 18:10:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17F63E0823 for ; Mon, 1 Jan 2018 18:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A04FF335C0F for ; Mon, 1 Jan 2018 18:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6EAD147 for ; Mon, 1 Jan 2018 18:10:45 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1514830240.ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-qt/pytest-qt-2.3.0.ebuild X-VCS-Directories: dev-python/pytest-qt/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74 X-VCS-Branch: master Date: Mon, 1 Jan 2018 18:10:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 770e63cc-88a0-4696-8526-0a6d385dbc89 X-Archives-Hash: 45cc26e35b29eda212bd62b295a83b82 commit: ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jan 1 18:10:22 2018 +0000 Commit: Anthony G. Basile gentoo 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